Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp189 if (LP->isCleanup()) in InsertUnwindResumeCalls()
DWinEHPrepare.cpp1408 if (Actions.includesCleanup() && !LPad->isCleanup()) in mapLandingPadBlocks()
/external/clang/lib/CodeGen/
DCGException.cpp805 assert((LPadInst->getNumClauses() > 0 || LPadInst->isCleanup()) && in EmitLandingPad()
1238 llvm::BasicBlock *CodeGenFunction::getEHResumeBlock(bool isCleanup) { in getEHResumeBlock() argument
1252 if (RethrowName != nullptr && !isCleanup) { in getEHResumeBlock()
DCodeGenFunction.h649 llvm::BasicBlock *getEHResumeBlock(bool isCleanup);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp672 if (I.isCleanup()) in AddLandingPadInfo()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp261 if (OuterLPad->isCleanup()) in HandleInlinedInvoke()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2328 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup. in visitLandingPadInst()
2604 if (LI.isCleanup() != CleanupFlag) { in visitLandingPadInst()
/external/llvm/lib/IR/
DAsmWriter.cpp2762 if (LPI->isCleanup()) in printInstruction()
2766 if (i != 0 || LPI->isCleanup()) Out << "\n"; in printInstruction()
DInstructions.cpp202 setCleanup(LP.isCleanup()); in LandingPadInst()
DVerifier.cpp2700 Assert(LPI.getNumClauses() > 0 || LPI.isCleanup(), in visitLandingPadInst()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1629 << (lpi->isCleanup() ? "true" : "false") in printInstruction()
/external/llvm/include/llvm/IR/
DInstructions.h2389 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; }
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1848 Vals.push_back(LP.isCleanup()); in WriteInstruction()