Searched refs:HeaderMayThrow (Results 1 – 2 of 2) sorted by relevance
41 bool HeaderMayThrow; // Same as previous, but specific to loop header member42 LICMSafetyInfo() : MayThrow(false), HeaderMayThrow(false) in LICMSafetyInfo()
422 SafetyInfo->HeaderMayThrow = false; in computeLICMSafetyInfo()425 (I != E) && !SafetyInfo->HeaderMayThrow; ++I) in computeLICMSafetyInfo()426 SafetyInfo->HeaderMayThrow |= I->mayThrow(); in computeLICMSafetyInfo()428 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLICMSafetyInfo()715 return !SafetyInfo->HeaderMayThrow; in isGuaranteedToExecute()