Searched refs:SCCMightUnwind (Results 1 – 1 of 1) sorted by relevance
87 bool SCCMightUnwind = false, SCCMightReturn = false; in runOnSCC() local89 (!SCCMightUnwind || !SCCMightReturn) && I != E; ++I) { in runOnSCC()92 SCCMightUnwind = true; in runOnSCC()95 SCCMightUnwind |= !F->doesNotThrow(); in runOnSCC()98 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runOnSCC()109 SCCMightUnwind = true; in runOnSCC()116 if (CheckUnwind && !SCCMightUnwind) in runOnSCC()126 SCCMightUnwind = true; in runOnSCC()131 SCCMightUnwind = true; in runOnSCC()135 if (SCCMightUnwind && SCCMightReturn) break; in runOnSCC()[all …]