Lines Matching refs:Pred1
1462 BasicBlock *Pred1 = nullptr; in GetIfCondition() local
1468 Pred1 = SomePHI->getIncomingBlock(0); in GetIfCondition()
1474 Pred1 = *PI++; in GetIfCondition()
1484 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition()
1499 std::swap(Pred1, Pred2); in GetIfCondition()
1514 IfTrue = Pred1; in GetIfCondition()
1519 IfFalse = Pred1; in GetIfCondition()
1532 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition()
1541 if (BI->getSuccessor(0) == Pred1) { in GetIfCondition()
1542 IfTrue = Pred1; in GetIfCondition()
1546 IfFalse = Pred1; in GetIfCondition()