Searched refs:NewLPadBB (Results 1 – 1 of 1) sorted by relevance
426 BasicBlock *NewLPadBB = BasicBlock::Create(Context, "lpad", &F, LPadBB); in prepareExceptionHandlers() local429 NewLPadBB->getInstList().push_back(NewLPad); in prepareExceptionHandlers()433 Invoke->setUnwindDest(NewLPadBB); in prepareExceptionHandlers()451 LPadBB->replaceSuccessorsPhiUsesWith(NewLPadBB); in prepareExceptionHandlers()479 CallInst::Create(ActionIntrin, ActionArgs, "recover", NewLPadBB); in prepareExceptionHandlers()482 IndirectBrInst *Branch = IndirectBrInst::Create(Recover, 0, NewLPadBB); in prepareExceptionHandlers()