Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp87 bool SCCMightUnwind = false, SCCMightReturn = false; in runOnSCC() local
89 (!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 …]