/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | PruneEH.cpp | 92 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/ |
D | CallSite.h | 230 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/ |
D | EscapeEnumerator.cpp | 53 if (F.doesNotThrow()) in Next() 61 if (!CI->doesNotThrow()) in Next()
|
/external/llvm/lib/Transforms/IPO/ |
D | PruneEH.cpp | 97 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/ |
D | PruneEH.cpp | 93 SCCMightUnwind |= !F->doesNotThrow(); in runImpl() 96 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runImpl() 193 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) { in SimplifyFunction()
|
D | FunctionAttrs.cpp | 643 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/ |
D | Statepoint.h | 159 bool doesNotThrow() const { in doesNotThrow() function 161 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
|
D | Function.h | 506 bool doesNotThrow() const { in doesNotThrow() function 560 return hasUWTable() || !doesNotThrow() || hasPersonalityFn(); in needsUnwindTableEntry()
|
D | CallSite.h | 505 bool doesNotThrow() const { in doesNotThrow() function 506 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 139 bool doesNotThrow() const { in doesNotThrow() function 141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
|
D | Function.h | 343 bool doesNotThrow() const { 389 return hasUWTable() || !doesNotThrow();
|
D | CallSite.h | 450 bool doesNotThrow() const { in doesNotThrow() function 451 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 56 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/ |
D | Function.h | 246 bool doesNotThrow() const { 268 return hasUWTable() || !doesNotThrow();
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | CaptureTracking.cpp | 77 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 366 bool doesNotThrow() const { in doesNotThrow() function 412 return hasUWTable() || !doesNotThrow(); in needsUnwindTableEntry()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyUtilities.cpp | 200 if (F->doesNotThrow()) in mayThrow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 248 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 243 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 161 if (II->doesNotThrow()) { in MarkAliveBlocks()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 180 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/ |
D | Instruction.cpp | 357 return !CI->doesNotThrow(); in mayThrow()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 553 if (CI->doesNotThrow()) in HandleCallsInBlockInlinedThroughInvoke() 911 bool MarkNoUnwind = CS.doesNotThrow(); in InlineFunction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 681 && !CI->doesNotThrow()) in insertSjLjEHSupport() 1000 if (!CI->doesNotThrow()) in setupEntryBlockAndCallSites()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 184 MarkedNoUnwind = F->doesNotThrow(); in callToNoUnwindFunction()
|