Searched refs:MayThrow (Results 1 – 2 of 2) sorted by relevance
421 SafetyInfo->MayThrow = false; in computeLICMSafetyInfo()428 SafetyInfo->MayThrow = SafetyInfo->HeaderMayThrow; in computeLICMSafetyInfo()431 BBE = CurLoop->block_end(); (BB != BBE) && !SafetyInfo->MayThrow ; ++BB) in computeLICMSafetyInfo()433 (I != E) && !SafetyInfo->MayThrow; ++I) in computeLICMSafetyInfo()434 SafetyInfo->MayThrow |= I->mayThrow(); in computeLICMSafetyInfo()719 if (SafetyInfo->MayThrow) in isGuaranteedToExecute()
39 bool MayThrow; // The current loop contains an instruction which member42 LICMSafetyInfo() : MayThrow(false), HeaderMayThrow(false) in LICMSafetyInfo()