Lines Matching refs:Pred1
786 BasicBlock *Pred1 = nullptr; in GetIfCondition() local
792 Pred1 = SomePHI->getIncomingBlock(0); in GetIfCondition()
798 Pred1 = *PI++; in GetIfCondition()
808 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition()
823 std::swap(Pred1, Pred2); in GetIfCondition()
838 IfTrue = Pred1; in GetIfCondition()
843 IfFalse = Pred1; in GetIfCondition()
856 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition()
865 if (BI->getSuccessor(0) == Pred1) { in GetIfCondition()
866 IfTrue = Pred1; in GetIfCondition()
870 IfFalse = Pred1; in GetIfCondition()