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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp82 LPad->setCleanup(true);
H A DInlineFunction.cpp618 InlinedLPad->setCleanup(true);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h186 void setCleanup(EHScopeStack::stable_iterator cleanup) { function in class:clang::CodeGen::CGBlockInfo::Capture
H A DCGException.cpp888 LPadInst->setCleanup(true);
892 LPadInst->setCleanup(true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3307 NLI->setCleanup(CleanupFlag);
3315 LI.setCleanup(CleanupFlag);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp206 setCleanup(LP.isCleanup());
226 setCleanup(false);
H A DCore.cpp3231 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2826 void setCleanup(bool V) { setSubclassData<CleanupField>(V); } function in class:llvm::CallInst::ShuffleVectorInst::LandingPadInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4781 LP->setCleanup(IsCleanup);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6836 LP->setCleanup(EatIfPresent(lltok::kw_cleanup));

Completed in 306 milliseconds