Searched refs:setDoesNotThrow (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1600 void setDoesNotThrow(Function &F);
1821 void SimplifyLibCalls::setDoesNotThrow(Function &F) { function in class:SimplifyLibCalls
1823 F.setDoesNotThrow();
1854 setDoesNotThrow(F);
1863 setDoesNotThrow(F);
1880 setDoesNotThrow(F);
1887 setDoesNotThrow(F);
1902 setDoesNotThrow(F);
1910 setDoesNotThrow(F);
1916 setDoesNotThrow(
[all...]
H A DObjCARC.cpp2364 cast<CallInst>(Inst)->setDoesNotThrow();
3125 Call->setDoesNotThrow();
3143 Call->setDoesNotThrow();
3996 StoreStrong->setDoesNotThrow();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DCallSite.h238 void setDoesNotThrow(bool doesNotThrow = true) { function in class:llvm::CallSiteBase
239 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DFunction.h250 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::Function
H A DInstructions.h1326 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::CallInst
3079 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::InvokeInst
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp91 TrapCall->setDoesNotThrow();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSjLjEHPrepare.cpp461 Register->setDoesNotThrow();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp201 CI.setDoesNotThrow();
983 CS.setDoesNotThrow();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCodeExtractor.cpp349 newFunction->setDoesNotThrow(true);
H A DInlineFunction.cpp711 CI->setDoesNotThrow();

Completed in 159 milliseconds