Home | History | Annotate | Download | only in VMCore

Lines Matching defs:PredBB

1594         BasicBlock *PredBB = PN->getIncomingBlock(j);
1595 Assert2(PredBB && (DT->dominates(OpBlock, PredBB) ||
1596 !DT->isReachableFromEntry(PredBB)),