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.cpp3376 unsigned ThenI = PN.getBasicBlockIndex(ThenBB); in speculativelyExecuteBB() local
3378 Value *ThenV = PN.getIncomingValue(ThenI); in speculativelyExecuteBB()
3392 PN.setIncomingValue(ThenI, V); in speculativelyExecuteBB()