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

/external/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/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp92 SCCMightUnwind |= !F->doesNotThrow();
95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
116 if (CI->doesNotThrow()) {
175 if (II->doesNotThrow()) {
H A DFunctionAttrs.cpp371 if (F->onlyReadsMemory() && F->doesNotThrow() &&
/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp108 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
/external/llvm/include/llvm/
H A DFunction.h242 bool doesNotThrow() const { function in class:llvm::Function
264 return hasUWTable() || !doesNotThrow();
H A DInstructions.h1318 bool doesNotThrow() const { return paramHasAttr(~0, Attribute::NoUnwind); } function in class:llvm::CallInst
2949 bool doesNotThrow() const { return paramHasAttr(~0, Attribute::NoUnwind); } function in class:llvm::InvokeInst
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp161 if (II->doesNotThrow()) {
H A DSimplifyLibCalls.cpp1696 if (!F.doesNotThrow()) {
/external/llvm/lib/VMCore/
H A DInstruction.cpp354 return !CI->doesNotThrow();
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp414 if (!Call->doesNotThrow())
474 if (!CurFn->doesNotThrow())
H A DCGObjCMac.cpp2969 if (CS.doesNotThrow()) continue;
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp183 if (!CI || CI->doesNotThrow())
510 bool MarkNoUnwind = CS.doesNotThrow();
H A DCodeExtractor.cpp302 if (oldFunction->doesNotThrow())
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp180 if (CI.getParent()->getParent()->doesNotThrow() &&
181 !CI.doesNotThrow()) {
976 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp212 MarkedNoUnwind = F->doesNotThrow();
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp484 if (!CI->doesNotThrow())

Completed in 133 milliseconds