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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp89 bool SCCMightUnwind = false, SCCMightReturn = false; local
91 (!SCCMightUnwind || !SCCMightReturn) && I != E; ++I) {
94 SCCMightUnwind = true;
97 SCCMightUnwind |= !F->doesNotThrow();
100 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
116 SCCMightUnwind = true;
122 if ((!CheckUnwind || SCCMightUnwind) &&
128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
139 SCCMightUnwind |= InstMightUnwind;
148 if (SCCMightUnwind
[all...]

Completed in 107 milliseconds