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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCallSite.h235 bool doesNotThrow() const { function in class:llvm::CallSiteBase
236 CALLSITE_DELEGATE_GETTER(doesNotThrow());
238 void setDoesNotThrow(bool doesNotThrow = true) {
239 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
/macosx-10.9.5/llvmCore-3425.0.33/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() &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DCaptureTracking.cpp108 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DFunction.h247 bool doesNotThrow() const { function in class:llvm::Function
269 return hasUWTable() || !doesNotThrow();
H A DInstructions.h1325 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); } function in class:llvm::CallInst
3078 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); } function in class:llvm::InvokeInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp164 } else if (II->doesNotThrow()) {
H A DSimplifyLibCalls.cpp1822 if (!F.doesNotThrow()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstruction.cpp372 return !CI->doesNotThrow();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DInlineFunction.cpp183 if (!CI || CI->doesNotThrow())
510 bool MarkNoUnwind = CS.doesNotThrow();
H A DCodeExtractor.cpp348 if (oldFunction->doesNotThrow())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp199 if (CI.getParent()->getParent()->doesNotThrow() &&
200 !CI.doesNotThrow()) {
981 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp212 MarkedNoUnwind = F->doesNotThrow();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSjLjEHPrepare.cpp452 if (!CI->doesNotThrow())

Completed in 279 milliseconds