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

/external/swiftshader/third_party/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/lib/Transforms/Utils/
H A DBuildLibCalls.cpp66 static bool setDoesNotThrow(Function &F) { function
69 F.setDoesNotThrow();
118 Changed |= setDoesNotThrow(F);
124 Changed |= setDoesNotThrow(F);
133 Changed |= setDoesNotThrow(F);
143 Changed |= setDoesNotThrow(F);
148 Changed |= setDoesNotThrow(F);
161 Changed |= setDoesNotThrow(F);
168 Changed |= setDoesNotThrow(F);
173 Changed |= setDoesNotThrow(
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DFunction.h249 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::Function
H A DInstructions.h1306 void setDoesNotThrow(bool DoesNotThrow = true) { function in class:llvm::CallInst
2778 void setDoesNotThrow(bool DoesNotThrow = true) {
/external/llvm/include/llvm/IR/
H A DCallSite.h453 void setDoesNotThrow() { function in class:llvm::CallSiteBase
454 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
H A DFunction.h346 void setDoesNotThrow() { function in class:llvm::Function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h369 void setDoesNotThrow() { function in class:llvm::Function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1480 void setDoesNotThrow(Function &F);
1669 void SimplifyLibCalls::setDoesNotThrow(Function &F) { function in class:SimplifyLibCalls
1671 F.setDoesNotThrow();
1702 setDoesNotThrow(F);
1711 setDoesNotThrow(F);
1727 setDoesNotThrow(F);
1734 setDoesNotThrow(F);
1749 setDoesNotThrow(F);
1757 setDoesNotThrow(F);
1763 setDoesNotThrow(
[all...]

Completed in 616 milliseconds