Lines Matching refs:Pred2
682 BasicBlock *Pred2 = nullptr; in GetIfCondition() local
688 Pred2 = SomePHI->getIncomingBlock(1); in GetIfCondition()
696 Pred2 = *PI++; in GetIfCondition()
704 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition()
718 std::swap(Pred1, Pred2); in GetIfCondition()
726 if (!Pred2->getSinglePredecessor()) in GetIfCondition()
732 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()
734 IfFalse = Pred2; in GetIfCondition()
735 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()
737 IfTrue = Pred2; in GetIfCondition()
752 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
762 IfFalse = Pred2; in GetIfCondition()
764 IfTrue = Pred2; in GetIfCondition()