Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3736 Value *PBIV = PN->getIncomingValue(PBBIdx); in SimplifyCondBranchToCondBranch() local
3737 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(PBIV)) in SimplifyCondBranchToCondBranch()
3833 Value *PBIV = PN.getIncomingValue(PBBIdx); in SimplifyCondBranchToCondBranch() local
3834 if (BIV != PBIV) { in SimplifyCondBranchToCondBranch()
3837 Builder.CreateSelect(PBICond, PBIV, BIV, PBIV->getName() + ".mux")); in SimplifyCondBranchToCondBranch()