Home
last modified time | relevance | path

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

123

/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/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-7.0/llvm/lib/Transforms/Utils/
DEscapeEnumerator.cpp53 if (F.doesNotThrow()) in Next()
61 if (!CI->doesNotThrow()) in Next()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp93 SCCMightUnwind |= !F->doesNotThrow(); in runImpl()
96 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runImpl()
193 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) { in SimplifyFunction()
DFunctionAttrs.cpp643 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs()
1236 [](const Function &F) { return F.doesNotThrow(); }, in inferAttrsFromFunctionBodies()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h159 bool doesNotThrow() const { in doesNotThrow() function
161 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
DFunction.h506 bool doesNotThrow() const { in doesNotThrow() function
560 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
DCallSite.h505 bool doesNotThrow() const { in doesNotThrow() function
506 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
/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/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp56 void doesNotThrow() {} in doesNotThrow() function
311 CHECK_THROWS_MATCHES(doesNotThrow(), SpecialException, ExceptionMatcher{1});
312 REQUIRE_THROWS_MATCHES(doesNotThrow(), SpecialException, ExceptionMatcher{1});
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.cpp200 if (F->doesNotThrow()) in mayThrow()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp248 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
/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()
/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()

123