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 92 SCCMightUnwind |= !F->doesNotThrow();
95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
116 if (CI->doesNotThrow()) {
179 if (II->doesNotThrow()) {
FunctionAttrs.cpp 378 if (F->onlyReadsMemory() && F->doesNotThrow() &&
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 113 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
  /external/llvm/include/llvm/IR/
Function.h 250 bool doesNotThrow() const {
279 return hasUWTable() || !doesNotThrow();
Instructions.h     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 235 bool doesNotThrow() const {
236 CALLSITE_DELEGATE_GETTER(doesNotThrow());
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 170 } else if (II->doesNotThrow()) {
SimplifyLibCalls.cpp 228 if (!F.doesNotThrow()) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 183 if (!CI || CI->doesNotThrow())
510 bool MarkNoUnwind = CS.doesNotThrow();
    [all...]
CodeExtractor.cpp 349 if (oldFunction->doesNotThrow())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 207 if (CI.getParent()->getParent()->doesNotThrow() &&
208 !CI.doesNotThrow()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 211 MarkedNoUnwind = F->doesNotThrow();
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 461 if (!CI->doesNotThrow())
  /external/llvm/lib/IR/
Instruction.cpp 460 return !CI->doesNotThrow();
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 538 if (!Call->doesNotThrow())
621 if (!CurFn->doesNotThrow())
    [all...]
CGObjCMac.cpp     [all...]

Completed in 448 milliseconds