Searched defs:SCCMightUnwind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp88 bool SCCMightUnwind = false, SCCMightReturn = false; local
90 (!SCCMightUnwind || !SCCMightReturn) && I != E; ++I) {
93 SCCMightUnwind = true;
96 SCCMightUnwind |= !F->doesNotThrow();
99 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
115 SCCMightUnwind = true;
121 if ((!CheckUnwind || SCCMightUnwind) &&
127 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
138 SCCMightUnwind |= InstMightUnwind;
147 if (SCCMightUnwind
[all...]

Completed in 87 milliseconds