HomeSort by relevance Sort by last modified time
    Searched defs:setDoesNotThrow (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 109 void setDoesNotThrow(Function &F);
227 void SimplifyLibCalls::setDoesNotThrow(Function &F) {
229 F.setDoesNotThrow();
260 setDoesNotThrow(F);
269 setDoesNotThrow(F);
286 setDoesNotThrow(F);
293 setDoesNotThrow(F);
308 setDoesNotThrow(F);
316 setDoesNotThrow(F);
322 setDoesNotThrow(F)
    [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 238 void setDoesNotThrow() {
239 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /external/llvm/include/llvm/IR/
Function.h 254 void setDoesNotThrow() {
Instructions.h     [all...]

Completed in 123 milliseconds