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

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 92 SCCMightUnwind |= !F->doesNotThrow();
95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
116 if (CI->doesNotThrow()) {
177 if (II->doesNotThrow()) {
FunctionAttrs.cpp 87 if (!F.doesNotThrow()) {
533 if (F->onlyReadsMemory() && F->doesNotThrow() &&
    [all...]
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 113 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
  /external/llvm/include/llvm/Support/
CallSite.h 240 bool doesNotThrow() const {
241 CALLSITE_DELEGATE_GETTER(doesNotThrow());
  /external/llvm/include/llvm/IR/
Function.h 265 bool doesNotThrow() const {
294 return hasUWTable() || !doesNotThrow();
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 169 } else if (II->doesNotThrow()) {
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 196 if (!CI || CI->doesNotThrow())
520 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 464 if (!CI->doesNotThrow())
  /external/llvm/lib/IR/
Instruction.cpp 460 return !CI->doesNotThrow();
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 650 if (!Call->doesNotThrow())
738 if (!CurFn->doesNotThrow())
    [all...]
CGObjCMac.cpp     [all...]

Completed in 222 milliseconds