Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp675 IntrinsicInst *EHActions = cast<IntrinsicInst>(Recover->clone()); in completeNestedLandingPad() local
681 parseEHActions(EHActions, ActionList); in completeNestedLandingPad()
723 OutlinedBB->getInstList().push_back(EHActions); in completeNestedLandingPad()
726 IndirectBrInst *IBr = IndirectBrInst::Create(EHActions, 0, OutlinedBB); in completeNestedLandingPad()