Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp82 LPad->setCleanup(true); in Next()
H A DInlineFunction.cpp618 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h187 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
H A DCGException.cpp880 LPadInst->setCleanup(true); in EmitLandingPad()
884 LPadInst->setCleanup(true); in EmitLandingPad()
H A DCGBlocks.cpp858 capture.setCleanup(CGF.EHStack.stable_begin()); in enterBlockScope()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3041 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
3049 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp214 setCleanup(LP.isCleanup()); in LandingPadInst()
234 setCleanup(false); in init()
H A DCore.cpp3090 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h2829 void setCleanup(bool V) {
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4291 LP->setCleanup(IsCleanup); in parseFunctionBody()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp6447 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in ParseLandingPad()