Lines Matching defs:PredBlock
368 unsigned PredBlock = PB.getNumber();
369 if ((ThisBlock == PredBlock) && (std::next(P) == E)) {
372 } else if (BlockInfo[PredBlock]->ExitSet) {
373 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit;
375 } else if (PredBlock != ThisBlock)
380 unsigned PredBlock = Pred->getNumber();
381 if (BlockInfo[PredBlock]->ExitSet) {
384 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit);
386 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit;
389 } else if (PredBlock != ThisBlock)