Searched refs:HeaderMayThrow (Results 1 – 2 of 2) sorted by relevance
40 bool HeaderMayThrow; // Same as previous, but specific to loop header member41 LICMSafetyInfo() : MayThrow(false), HeaderMayThrow(false) in LICMSafetyInfo()
405 SafetyInfo->HeaderMayThrow = false; in computeLICMSafetyInfo()408 (I != E) && !SafetyInfo->HeaderMayThrow; ++I) in computeLICMSafetyInfo()409 SafetyInfo->HeaderMayThrow |= I->mayThrow(); in computeLICMSafetyInfo()411 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLICMSafetyInfo()663 return !SafetyInfo->HeaderMayThrow; in isGuaranteedToExecute()