Lines Matching defs:PredBlock
377 unsigned PredBlock = PB.getNumber();
378 if ((ThisBlock == PredBlock) && (std::next(P) == E)) {
381 } else if (BlockInfo[PredBlock]->ExitSet) {
382 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit;
384 } else if (PredBlock != ThisBlock)
389 unsigned PredBlock = Pred->getNumber();
390 if (BlockInfo[PredBlock]->ExitSet) {
393 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit);
395 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit;
398 } else if (PredBlock != ThisBlock)