Home | History | Annotate | Download | only in Utils

Lines Matching defs:PBB

237   BasicBlock *PBB = I->getParent();
241 if (PBB == BB) return false;
246 BranchInst *BI = dyn_cast<BranchInst>(PBB->getTerminator());
271 if (PBB->getFirstNonPHIOrDbg() != I)