Home | History | Annotate | Download | only in Utils

Lines Matching refs:PredBlock

2035     BasicBlock *PredBlock = *PI;
2036 BranchInst *PBI = dyn_cast<BranchInst>(PredBlock->getTerminator());
2130 PredBlock->getInstList().insert(PBI, NewBonus);
2139 PredBlock->getInstList().insert(PBI, New);
2169 AddPredecessorToBlock(TrueDest, PredBlock, BB);
2183 AddPredecessorToBlock(FalseDest, PredBlock, BB);
2247 // TODO: If BB is reachable from all paths through PredBlock, then we
2250 // Copy any debug value intrinsics into the end of PredBlock.