Lines Matching refs:Pred1
1805 BasicBlock *Pred1 = nullptr; in GetIfCondition() local
1811 Pred1 = SomePHI->getIncomingBlock(0); in GetIfCondition()
1817 Pred1 = *PI++; in GetIfCondition()
1827 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition()
1842 std::swap(Pred1, Pred2); in GetIfCondition()
1857 IfTrue = Pred1; in GetIfCondition()
1862 IfFalse = Pred1; in GetIfCondition()
1875 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition()
1884 if (BI->getSuccessor(0) == Pred1) { in GetIfCondition()
1885 IfTrue = Pred1; in GetIfCondition()
1889 IfFalse = Pred1; in GetIfCondition()