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

/external/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp188 if (LP->isCleanup())
/external/clang/lib/CodeGen/
H A DCGException.cpp864 assert((LPadInst->getNumClauses() > 0 || LPadInst->isCleanup()) &&
1353 llvm::BasicBlock *CodeGenFunction::getEHResumeBlock(bool isCleanup) { argument
1367 if (RethrowName != nullptr && !isCleanup) {
H A DCodeGenFunction.h728 llvm::BasicBlock *getEHResumeBlock(bool isCleanup);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp575 if (I.isCleanup())
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp463 if (I.isCleanup())
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1465 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup.
1741 if (LI.isCleanup() != CleanupFlag) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1762 if (LPI->isCleanup())
1766 if (i != 0 || LPI->isCleanup()) Out << "\n";
H A DVerifier.cpp1427 Assert1(LPI.getNumClauses() > 0 || LPI.isCleanup(),
H A DInstructions.cpp195 setCleanup(LP.isCleanup());
/external/llvm/lib/IR/
H A DAsmWriter.cpp2944 if (LPI->isCleanup() || LPI->getNumClauses() != 0)
2947 if (LPI->isCleanup())
2951 if (i != 0 || LPI->isCleanup()) Out << "\n";
H A DCore.cpp2525 return unwrap<LandingPadInst>(LandingPad)->isCleanup();
H A DInstructions.cpp201 setCleanup(LP.isCleanup());
H A DVerifier.cpp3253 Assert(LPI.getNumClauses() > 0 || LPI.isCleanup(),
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp534 if (OuterLPad->isCleanup())
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2421 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup.
2710 if (LI.isCleanup() != CleanupFlag) {
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1173 Vals.push_back(LP.isCleanup());
/external/llvm/include/llvm/IR/
H A DInstructions.h2743 /// isCleanup - Return 'true' if this landingpad instruction is a
2746 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::LandingPadInst
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h2173 /// isCleanup - Return 'true' if this landingpad instruction is a
2176 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::LandingPadInst
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2535 Vals.push_back(LP.isCleanup());

Completed in 449 milliseconds