Home
last modified time | relevance | path

Searched refs:NewLPadBB (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp426 BasicBlock *NewLPadBB = BasicBlock::Create(Context, "lpad", &F, LPadBB); in prepareExceptionHandlers() local
429 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()