Searched refs:isCleanup (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp196 if (LP->isCleanup())
H A DMachineFunction.cpp742 if (LPI->isCleanup())
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp895 assert((LPadInst->getNumClauses() > 0 || LPadInst->isCleanup()) &&
1571 llvm::BasicBlock *CodeGenFunction::getEHResumeBlock(bool isCleanup) { argument
1585 if (RethrowName != nullptr && !isCleanup) {
H A DCodeGenFunction.h1063 llvm::BasicBlock *getEHResumeBlock(bool isCleanup);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3913 if (LPI->isCleanup() || LPI->getNumClauses() != 0)
3916 if (LPI->isCleanup())
3920 if (i != 0 || LPI->isCleanup()) Out << "\n";
H A DCore.cpp3227 return unwrap<LandingPadInst>(LandingPad)->isCleanup();
H A DInstructions.cpp206 setCleanup(LP.isCleanup());
H A DVerifier.cpp3807 Assert(LPI.getNumClauses() > 0 || LPI.isCleanup(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3024 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup.
3313 if (LI.isCleanup() != CleanupFlag) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp617 if (OuterLPad->isCleanup())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2823 bool isCleanup() const { return getSubclassData<CleanupField>(); } function in class:llvm::CallInst::ShuffleVectorInst::LandingPadInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2926 Vals.push_back(LP.isCleanup());

Completed in 409 milliseconds