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

12

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

Completed in 629 milliseconds

12