Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewExit

733   BasicBlock *NewExit = SplitBlock(ExitBlock, ExitBlock->begin(), this);
737 EmitPreheaderBranchOnCondition(Cond, Val, NewExit, NewPH,
846 BasicBlock *NewExit = cast<BasicBlock>(VMap[ExitBlocks[i]]);
849 ExitBBLoop->addBasicBlockToLoop(NewExit, LI->getBase());
851 assert(NewExit->getTerminator()->getNumSuccessors() == 1 &&
853 BasicBlock *ExitSucc = NewExit->getTerminator()->getSuccessor(0);
856 // NewExit.
863 PN->addIncoming(V, NewExit);
866 if (LandingPadInst *LPad = NewExit->getLandingPadInst()) {