Lines Matching refs:Pred2
1057 BasicBlock *Pred2 = nullptr; in GetIfCondition() local
1063 Pred2 = SomePHI->getIncomingBlock(1); in GetIfCondition()
1071 Pred2 = *PI++; in GetIfCondition()
1079 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition()
1093 std::swap(Pred1, Pred2); in GetIfCondition()
1101 if (!Pred2->getSinglePredecessor()) in GetIfCondition()
1107 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()
1109 IfFalse = Pred2; in GetIfCondition()
1110 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()
1112 IfTrue = Pred2; in GetIfCondition()
1127 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
1137 IfFalse = Pred2; in GetIfCondition()
1139 IfTrue = Pred2; in GetIfCondition()