/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/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/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()
|
D | FunctionAttrs.cpp | 506 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs()
|
/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/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/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()
|
D | CodeExtractor.cpp | 302 if (oldFunction->doesNotThrow()) in constructFunction()
|
/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()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 427 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()
|
D | CodeExtractor.cpp | 340 if (oldFunction->doesNotThrow()) in constructFunction()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 540 return !CI->doesNotThrow(); in mayThrow()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfException.cpp | 211 MarkedNoUnwind = F->doesNotThrow(); in CallToNoUnwindFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 630 return !CS.doesNotThrow(); in isStateStoreNeeded()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 105 if (!F->doesNotThrow()) in QueryCallee()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1254 if (CI.getParent()->getParent()->doesNotThrow() && in visitCallInst() 1255 !CI.doesNotThrow()) { in visitCallInst() 2594 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) { in visitCallSite()
|