Home | History | Annotate | Download | only in Utils

Lines Matching refs:PredBlock

2055     BasicBlock *PredBlock = *PI;
2056 BranchInst *PBI = dyn_cast<BranchInst>(PredBlock->getTerminator());
2163 PredBlock->getInstList().insert(PBI, NewBonus);
2172 PredBlock->getInstList().insert(PBI, New);
2202 AddPredecessorToBlock(TrueDest, PredBlock, BB);
2216 AddPredecessorToBlock(FalseDest, PredBlock, BB);
2280 // TODO: If BB is reachable from all paths through PredBlock, then we
2283 // Copy any debug value intrinsics into the end of PredBlock.