Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp188 if (LP->isCleanup()) in InsertUnwindResumeCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp191 if (LP->isCleanup()) in InsertUnwindResumeCalls()
DMachineFunction.cpp815 if (I.isCleanup()) in addLandingPadInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp463 if (I.isCleanup()) in AddLandingPadInfo()
/external/clang/lib/CodeGen/
DCGException.cpp864 assert((LPadInst->getNumClauses() > 0 || LPadInst->isCleanup()) && in EmitLandingPad()
1353 llvm::BasicBlock *CodeGenFunction::getEHResumeBlock(bool isCleanup) { in getEHResumeBlock() argument
1367 if (RethrowName != nullptr && !isCleanup) { in getEHResumeBlock()
DCodeGenFunction.h728 llvm::BasicBlock *getEHResumeBlock(bool isCleanup);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp575 if (I.isCleanup()) in AddLandingPadInfo()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1465 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup. in visitLandingPadInst()
1741 if (LI.isCleanup() != CleanupFlag) { in visitLandingPadInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1762 if (LPI->isCleanup()) in printInstruction()
1766 if (i != 0 || LPI->isCleanup()) Out << "\n"; in printInstruction()
DVerifier.cpp1427 Assert1(LPI.getNumClauses() > 0 || LPI.isCleanup(), in visitLandingPadInst()
DInstructions.cpp195 setCleanup(LP.isCleanup()); in LandingPadInst()
/external/llvm/lib/IR/
DAsmWriter.cpp2944 if (LPI->isCleanup() || LPI->getNumClauses() != 0) in printInstruction()
2947 if (LPI->isCleanup()) in printInstruction()
2951 if (i != 0 || LPI->isCleanup()) Out << "\n"; in printInstruction()
DCore.cpp2525 return unwrap<LandingPadInst>(LandingPad)->isCleanup(); in LLVMIsCleanup()
DVerifier.cpp3253 Assert(LPI.getNumClauses() > 0 || LPI.isCleanup(), in visitLandingPadInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3617 if (LPI->isCleanup() || LPI->getNumClauses() != 0) in printInstruction()
3620 if (LPI->isCleanup()) in printInstruction()
3624 if (i != 0 || LPI->isCleanup()) Out << "\n"; in printInstruction()
DInstructions.cpp256 setCleanup(LP.isCleanup()); in LandingPadInst()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2421 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup. in visitLandingPadInst()
2710 if (LI.isCleanup() != CleanupFlag) { in visitLandingPadInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2597 bool CleanupFlag = LI.isCleanup(); // - The new instruction is a cleanup. in visitLandingPadInst()
2886 if (LI.isCleanup() != CleanupFlag) { in visitLandingPadInst()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp534 if (OuterLPad->isCleanup()) in HandleInlinedLandingPad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp614 if (OuterLPad->isCleanup()) in HandleInlinedLandingPad()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1173 Vals.push_back(LP.isCleanup()); in WriteInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h2176 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; }
/external/llvm/include/llvm/IR/
DInstructions.h2746 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; }
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2535 Vals.push_back(LP.isCleanup()); in writeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3187 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; }

12