Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDEscapeEnumerator.cpp85 LPad->setCleanup(true); in Next()
HDInlineFunction.cpp629 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.h190 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
HDCGException.cpp947 LPadInst->setCleanup(true); in EmitLandingPad()
951 LPadInst->setCleanup(true); in EmitLandingPad()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp260 setCleanup(LP.isCleanup()); in LandingPadInst()
274 setCleanup(false); in init()
HDCore.cpp3497 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp4409 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
4417 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h2790 void setCleanup(bool V) { setSubclassData<CleanupField>(V); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp6088 LP->setCleanup(IsCleanup); in parseFunctionBody()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp7930 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in parseLandingPad()