Home | History | Annotate | Download | only in Utils

Lines Matching defs:Pred1

681   BasicBlock *Pred1 = nullptr;
687 Pred1 = SomePHI->getIncomingBlock(0);
693 Pred1 = *PI++;
703 BranchInst *Pred1Br = dyn_cast<BranchInst>(Pred1->getTerminator());
718 std::swap(Pred1, Pred2);
733 IfTrue = Pred1;
738 IfFalse = Pred1;
751 BasicBlock *CommonPred = Pred1->getSinglePredecessor();
760 if (BI->getSuccessor(0) == Pred1) {
761 IfTrue = Pred1;
765 IfFalse = Pred1;