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

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp85 bool SCCMightUnwind = false, SCCMightReturn = false; local
87 (!SCCMightUnwind || !SCCMightReturn) && I != E; ++I) {
90 SCCMightUnwind = true;
93 SCCMightUnwind |= !F->doesNotThrow();
96 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
107 SCCMightUnwind = true;
114 if (CheckUnwind && !SCCMightUnwind)
124 SCCMightUnwind = true;
129 SCCMightUnwind = true;
133 if (SCCMightUnwind
[all...]

Completed in 67 milliseconds