Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp85 LPad->setCleanup(true); in Next()
H A DInlineFunction.cpp648 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h191 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/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp643 void LandingPadInst::setCleanup(bool V) { in setCleanup() function in llvm::sandboxir::LandingPadInst
646 &LandingPadInst::setCleanup>>(this); in setCleanup()
647 cast<llvm::LandingPadInst>(Val)->setCleanup(V); in setCleanup()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp264 setCleanup(LP.isCleanup()); in LandingPadInst()
278 setCleanup(false); in init()
H A DCore.cpp3552 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4851 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
4859 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1533 LLVM_ABI void setCleanup(bool V);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2928 void setCleanup(bool V) { setSubclassData<CleanupField>(V); }
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6184 LP->setCleanup(IsCleanup); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8243 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in parseLandingPad()