Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp657 BasicBlock *OutlinedBB = OutlinedLPad->getParent(); in completeNestedLandingPad() local
658 assert(isa<UnreachableInst>(OutlinedBB->getTerminator())); in completeNestedLandingPad()
659 OutlinedBB->getTerminator()->eraseFromParent(); in completeNestedLandingPad()
661 assert(&OutlinedBB->back() == OutlinedLPad); in completeNestedLandingPad()
669 Function *OutlinedHandlerFn = OutlinedBB->getParent(); in completeNestedLandingPad()
723 OutlinedBB->getInstList().push_back(EHActions); in completeNestedLandingPad()
726 IndirectBrInst *IBr = IndirectBrInst::Create(EHActions, 0, OutlinedBB); in completeNestedLandingPad()