Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ExitBB

492     BasicBlock *ExitBB = ExitBlocks[i];
496 PHINode *PN = dyn_cast<PHINode>(ExitBB->begin());
514 (!L->getParentLoop() || L->getParentLoop() == LI->getLoopFor(ExitBB));
517 BasicBlock::iterator BBI = ExitBB->begin();