HomeSort by relevance Sort by last modified time
    Searched refs:doesNotThrow (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 93 SCCMightUnwind |= !F->doesNotThrow();
96 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
117 if (CI->doesNotThrow()) {
178 if (II->doesNotThrow()) {
FunctionAttrs.cpp 88 if (!F.doesNotThrow()) {
553 if (F->onlyReadsMemory() && F->doesNotThrow() &&
    [all...]
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 111 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
  /external/llvm/include/llvm/IR/
CallSite.h 259 bool doesNotThrow() const {
260 CALLSITE_DELEGATE_GETTER(doesNotThrow());
Function.h 265 bool doesNotThrow() const {
294 return hasUWTable() || !doesNotThrow();
Instructions.h     [all...]
  /external/chromium_org/v8/test/promises-aplus/lib/
assert.js 92 assert.doesNotThrow = notImplemented;
  /external/llvm/lib/IR/
Instruction.cpp 443 return !CI->doesNotThrow();
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 176 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
541 bool MarkNoUnwind = CS.doesNotThrow();
    [all...]
CodeExtractor.cpp 350 if (oldFunction->doesNotThrow())
Local.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 209 if (CI.getParent()->getParent()->doesNotThrow() &&
210 !CI.doesNotThrow()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 183 MarkedNoUnwind = F->doesNotThrow();
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 465 if (!CI->doesNotThrow())
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 738 if (!Call->doesNotThrow())
    [all...]
CGObjCMac.cpp     [all...]

Completed in 926 milliseconds