Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4505 Value *BIV = PN.getIncomingValueForBlock(BB); in SimplifyCondBranchToCondBranch() local
4508 if (BIV != PBIV) { in SimplifyCondBranchToCondBranch()
4511 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()