Lines Matching refs:SCCMightUnwind
86 bool SCCMightUnwind = false, SCCMightReturn = false; in runImpl() local
88 (!SCCMightUnwind || !SCCMightReturn) && I != E; ++I) { in runImpl()
91 SCCMightUnwind = true; in runImpl()
97 SCCMightUnwind |= !F->doesNotThrow(); in runImpl()
100 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runImpl()
116 SCCMightUnwind = true; in runImpl()
122 if ((!CheckUnwind || SCCMightUnwind) && in runImpl()
128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
139 SCCMightUnwind |= InstMightUnwind; in runImpl()
148 if (SCCMightUnwind && SCCMightReturn) in runImpl()
155 if (!SCCMightUnwind || !SCCMightReturn) in runImpl()
159 if (!SCCMightUnwind && !F->hasFnAttribute(Attribute::NoUnwind)) { in runImpl()