Searched refs:CondPHI (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2674 PHINode *CondPHI = dyn_cast<PHINode>(SI->getCondition()); local
2676 if (!CondPHI || CondPHI->getParent() != BB)
2679 for (unsigned I = 0, E = CondPHI->getNumIncomingValues(); I != E; ++I) {
2680 BasicBlock *Pred = CondPHI->getIncomingBlock(I);
2681 SelectInst *PredSI = dyn_cast<SelectInst>(CondPHI->getIncomingValue(I));
2693 UnfoldSelectInstr(Pred, BB, PredSI, CondPHI, I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1574 const PHINode *CondPHI = cast<PHINode>(SI.getCondition()); local
1577 if (VP->getParent() == CondPHI->getParent())
1582 if (SI.getParent() == CondPHI->getParent() &&
1583 I->getParent() != CondPHI->getParent())

Completed in 135 milliseconds