Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp85 LPad->setCleanup(true); in Next()
H A DInlineFunction.cpp634 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h186 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
H A DCGException.cpp923 LPadInst->setCleanup(true); in EmitLandingPad()
927 LPadInst->setCleanup(true); in EmitLandingPad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3534 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
3542 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp211 setCleanup(LP.isCleanup()); in LandingPadInst()
231 setCleanup(false); in init()
H A DCore.cpp3292 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2899 void setCleanup(bool V) { setSubclassData<CleanupField>(V); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4859 LP->setCleanup(IsCleanup); in parseFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6913 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in parseLandingPad()