Home | History | Annotate | Download | only in Scalar

Lines Matching defs:PBI

900     auto *PBI = dyn_cast<BranchInst>(CurrentPred->getTerminator());
901 if (!PBI || !PBI->isConditional())
903 if (PBI->getSuccessor(0) != CurrentBB && PBI->getSuccessor(1) != CurrentBB)
906 bool FalseDest = PBI->getSuccessor(1) == CurrentBB;
908 isImpliedCondition(PBI->getCondition(), Cond, DL, FalseDest);