Home
last modified time | relevance | path

Searched refs:ThenI (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3153 unsigned ThenI = PN.getBasicBlockIndex(ThenBB); in SpeculativelyExecuteBB() local
3155 Value *ThenV = PN.getIncomingValue(ThenI); in SpeculativelyExecuteBB()
3169 PN.setIncomingValue(ThenI, V); in SpeculativelyExecuteBB()