Lines Matching refs:Pred2
1489 BasicBlock *Pred2 = nullptr; in GetIfCondition() local
1495 Pred2 = SomePHI->getIncomingBlock(1); in GetIfCondition()
1503 Pred2 = *PI++; in GetIfCondition()
1511 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition()
1525 std::swap(Pred1, Pred2); in GetIfCondition()
1533 if (!Pred2->getSinglePredecessor()) in GetIfCondition()
1539 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()
1541 IfFalse = Pred2; in GetIfCondition()
1542 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()
1544 IfTrue = Pred2; in GetIfCondition()
1559 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
1569 IfFalse = Pred2; in GetIfCondition()
1571 IfTrue = Pred2; in GetIfCondition()