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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2465 PHINode *CondPHI = dyn_cast<PHINode>(SI->getCondition()); local
2467 if (!CondPHI || CondPHI->getParent() != BB)
2470 for (unsigned I = 0, E = CondPHI->getNumIncomingValues(); I != E; ++I) {
2471 BasicBlock *Pred = CondPHI->getIncomingBlock(I);
2472 SelectInst *PredSI = dyn_cast<SelectInst>(CondPHI->getIncomingValue(I));
2484 UnfoldSelectInstr(Pred, BB, PredSI, CondPHI, I);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1531 const PHINode *CondPHI = cast<PHINode>(SI.getCondition()); local
1534 if (VP->getParent() == CondPHI->getParent())
1539 if (SI.getParent() == CondPHI->getParent() &&
1540 I->getParent() != CondPHI->getParent())

Completed in 42 milliseconds