Lines Matching refs:Pred1
681 BasicBlock *Pred1 = nullptr; in GetIfCondition() local
687 Pred1 = SomePHI->getIncomingBlock(0); in GetIfCondition()
693 Pred1 = *PI++; in GetIfCondition()
703 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition()
718 std::swap(Pred1, Pred2); in GetIfCondition()
733 IfTrue = Pred1; in GetIfCondition()
738 IfFalse = Pred1; in GetIfCondition()
751 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition()
760 if (BI->getSuccessor(0) == Pred1) { in GetIfCondition()
761 IfTrue = Pred1; in GetIfCondition()
765 IfFalse = Pred1; in GetIfCondition()