Home
last modified time | relevance | path

Searched refs:doesNotThrow (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h230 bool doesNotThrow() const { in doesNotThrow() function
231 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
233 void setDoesNotThrow(bool doesNotThrow = true) {
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPruneEH.cpp92 SCCMightUnwind |= !F->doesNotThrow(); in runOnSCC()
95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runOnSCC()
117 if (CI->doesNotThrow()) { in runOnSCC()
176 if (II->doesNotThrow()) { in SimplifyFunction()
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp97 SCCMightUnwind |= !F->doesNotThrow(); in runImpl()
100 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runImpl()
197 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) { in SimplifyFunction()
DFunctionAttrs.cpp506 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs()
/external/llvm/include/llvm/IR/
DStatepoint.h139 bool doesNotThrow() const { in doesNotThrow() function
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
DFunction.h343 bool doesNotThrow() const {
389 return hasUWTable() || !doesNotThrow();
DCallSite.h450 bool doesNotThrow() const { in doesNotThrow() function
451 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h246 bool doesNotThrow() const {
268 return hasUWTable() || !doesNotThrow();
/external/swiftshader/third_party/LLVM/lib/Analysis/
DCaptureTracking.cpp77 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h366 bool doesNotThrow() const { in doesNotThrow() function
412 return hasUWTable() || !doesNotThrow(); in needsUnwindTableEntry()
/external/llvm/lib/Analysis/
DCaptureTracking.cpp243 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp161 if (II->doesNotThrow()) { in MarkAliveBlocks()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp180 if (CI.getParent()->getParent()->doesNotThrow() && in visitCallInst()
181 !CI.doesNotThrow()) { in visitCallInst()
976 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) { in visitCallSite()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp357 return !CI->doesNotThrow(); in mayThrow()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp553 if (CI->doesNotThrow()) in HandleCallsInBlockInlinedThroughInvoke()
911 bool MarkNoUnwind = CS.doesNotThrow(); in InlineFunction()
DCodeExtractor.cpp302 if (oldFunction->doesNotThrow()) in constructFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp681 && !CI->doesNotThrow()) in insertSjLjEHSupport()
1000 if (!CI->doesNotThrow()) in setupEntryBlockAndCallSites()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp184 MarkedNoUnwind = F->doesNotThrow(); in callToNoUnwindFunction()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp427 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue())) in HandleCallsInBlockInlinedThroughInvoke()
1382 bool MarkNoUnwind = CS.doesNotThrow(); in InlineFunction()
1805 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
DCodeExtractor.cpp340 if (oldFunction->doesNotThrow()) in constructFunction()
/external/llvm/lib/IR/
DInstruction.cpp540 return !CI->doesNotThrow(); in mayThrow()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp211 MarkedNoUnwind = F->doesNotThrow(); in CallToNoUnwindFunction()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp630 return !CS.doesNotThrow(); in isStateStoreNeeded()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp105 if (!F->doesNotThrow()) in QueryCallee()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1254 if (CI.getParent()->getParent()->doesNotThrow() && in visitCallInst()
1255 !CI.doesNotThrow()) { in visitCallInst()
2594 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) { in visitCallSite()

12