Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp85 LPad->setCleanup(true); in Next()
H A DInlineFunction.cpp632 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.h190 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
H A DCGException.cpp929 LPadInst->setCleanup(true); in EmitLandingPad()
933 LPadInst->setCleanup(true); in EmitLandingPad()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp394 lpi->setCleanup(lpOp.getCleanup()); in convertOperationImpl()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1223 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3730 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
3738 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp211 setCleanup(LP.isCleanup()); in LandingPadInst()
231 setCleanup(false); in init()
H A DCore.cpp3278 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h2966 void setCleanup(bool V) { setSubclassData<CleanupField>(V); }
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2125 See the method [llvm::LandingPadInst::setCleanup]. *)
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5702 LP->setCleanup(IsCleanup); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp7035 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in parseLandingPad()