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

/external/clang/lib/CodeGen/
H A DCGException.cpp836 assert((LPadInst->getNumClauses() > 0 || LPadInst->isCleanup()) &&
1594 llvm::BasicBlock *CodeGenFunction::getEHResumeBlock(bool isCleanup) { argument
1608 if (RethrowName != nullptr && !isCleanup) {
H A DCodeGenFunction.h600 llvm::BasicBlock *getEHResumeBlock(bool isCleanup);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp503 if (I.isCleanup())
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp243 if (OuterLPad->isCleanup())
/external/llvm/lib/IR/
H A DAsmWriter.cpp1909 if (LPI->isCleanup())
1913 if (i != 0 || LPI->isCleanup()) Out << "\n";
H A DInstructions.cpp202 setCleanup(LP.isCleanup());
H A DVerifier.cpp2098 Assert1(LPI.getNumClauses() > 0 || LPI.isCleanup(),
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2206 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup.
2482 if (LI.isCleanup() != CleanupFlag) {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1422 Vals.push_back(LP.isCleanup());
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1626 << (lpi->isCleanup() ? "true" : "false")
/external/llvm/include/llvm/IR/
H A DInstructions.h2313 /// isCleanup - Return 'true' if this landingpad instruction is a
2316 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::LandingPadInst

Completed in 673 milliseconds