Searched defs:setDoesNotThrow (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCallSite.h233 void setDoesNotThrow(bool doesNotThrow = true) { function in class:llvm::CallSiteBase
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
/external/llvm/include/llvm/
H A DFunction.h245 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::Function
H A DInstructions.h1319 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::CallInst
2950 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::InvokeInst
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1503 void setDoesNotThrow(Function &F);
1695 void SimplifyLibCalls::setDoesNotThrow(Function &F) { function in class:SimplifyLibCalls
1697 F.setDoesNotThrow();
1728 setDoesNotThrow(F);
1737 setDoesNotThrow(F);
1753 setDoesNotThrow(F);
1760 setDoesNotThrow(F);
1775 setDoesNotThrow(F);
1783 setDoesNotThrow(F);
1789 setDoesNotThrow(
[all...]

Completed in 116 milliseconds