Lines Matching refs:Pred2
1794 BasicBlock *Pred2 = nullptr; in GetIfCondition() local
1800 Pred2 = SomePHI->getIncomingBlock(1); in GetIfCondition()
1808 Pred2 = *PI++; in GetIfCondition()
1816 BranchInst *Pred2Br = dyn_cast<BranchInst>(Pred2->getTerminator()); in GetIfCondition()
1830 std::swap(Pred1, Pred2); in GetIfCondition()
1838 if (!Pred2->getSinglePredecessor()) in GetIfCondition()
1844 Pred1Br->getSuccessor(1) == Pred2) { in GetIfCondition()
1846 IfFalse = Pred2; in GetIfCondition()
1847 } else if (Pred1Br->getSuccessor(0) == Pred2 && in GetIfCondition()
1849 IfTrue = Pred2; in GetIfCondition()
1864 if (CommonPred == nullptr || CommonPred != Pred2->getSinglePredecessor()) in GetIfCondition()
1874 IfFalse = Pred2; in GetIfCondition()
1876 IfTrue = Pred2; in GetIfCondition()