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

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 100 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
110 if (!CheckUnwind && !CheckReturn)
115 if (CheckUnwind && TI->mayThrow()) {
122 if ((!CheckUnwind || SCCMightUnwind) &&
128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
98 if (!CheckUnwind && !CheckReturn)
104 if (CheckUnwind && (isa<UnwindInst>(BB->getTerminator()) ||
114 if (CheckUnwind && !SCCMightUnwind)

Completed in 4144 milliseconds