Searched refs:HeaderMayThrow (Results 1 – 3 of 3) sorted by relevance
44 bool HeaderMayThrow; // Same as previous, but specific to loop header member47 LoopSafetyInfo() : MayThrow(false), HeaderMayThrow(false) {} in LoopSafetyInfo()
412 SafetyInfo->HeaderMayThrow = false; in computeLoopSafetyInfo()415 (I != E) && !SafetyInfo->HeaderMayThrow; ++I) in computeLoopSafetyInfo()416 SafetyInfo->HeaderMayThrow |= in computeLoopSafetyInfo()419 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLoopSafetyInfo()
944 return !SafetyInfo->HeaderMayThrow; in isGuaranteedToExecute()