Lines Matching refs:Pred1
1056 BasicBlock *Pred1 = nullptr; in GetIfCondition() local
1062 Pred1 = SomePHI->getIncomingBlock(0); in GetIfCondition()
1068 Pred1 = *PI++; in GetIfCondition()
1078 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator()); in GetIfCondition()
1093 std::swap(Pred1, Pred2); in GetIfCondition()
1108 IfTrue = Pred1; in GetIfCondition()
1113 IfFalse = Pred1; in GetIfCondition()
1126 BasicBlock *CommonPred = Pred1->getSinglePredecessor(); in GetIfCondition()
1135 if (BI->getSuccessor(0) == Pred1) { in GetIfCondition()
1136 IfTrue = Pred1; in GetIfCondition()
1140 IfFalse = Pred1; in GetIfCondition()