Searched refs:RPIdAndCost (Results 1 – 1 of 1) sorted by relevance
865 for (const auto &RPIdAndCost : Cost) { in UpdateRegPressure() local866 unsigned Class = RPIdAndCost.first; in UpdateRegPressure()867 if (static_cast<int>(RegPressure[Class]) < -RPIdAndCost.second) in UpdateRegPressure()870 RegPressure[Class] += RPIdAndCost.second; in UpdateRegPressure()1108 for (const auto &RPIdAndCost : Cost) { in CanCauseHighRegPressure() local1109 if (RPIdAndCost.second <= 0) in CanCauseHighRegPressure()1112 unsigned Class = RPIdAndCost.first; in CanCauseHighRegPressure()1121 if (static_cast<int>(RP[Class]) + RPIdAndCost.second >= Limit) in CanCauseHighRegPressure()1139 for (const auto &RPIdAndCost : Cost) in UpdateBackTraceRegPressure() local1140 RP[RPIdAndCost.first] += RPIdAndCost.second; in UpdateBackTraceRegPressure()