Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp85 LPad->setCleanup(true); in Next()
H A DInlineFunction.cpp626 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h190 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
H A DCGException.cpp947 LPadInst->setCleanup(true); in EmitLandingPad()
951 LPadInst->setCleanup(true); in EmitLandingPad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3921 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
3929 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp255 setCleanup(LP.isCleanup()); in LandingPadInst()
275 setCleanup(false); in init()
H A DCore.cpp3284 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3020 void setCleanup(bool V) { setSubclassData<CleanupField>(V); }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5911 LP->setCleanup(IsCleanup); in parseFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7495 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in parseLandingPad()