Searched refs:RPIdAndCost (Results 1 – 1 of 1) sorted by relevance
779 for (const auto &RPIdAndCost : Cost) { in UpdateRegPressure() local780 unsigned Class = RPIdAndCost.first; in UpdateRegPressure()781 if (static_cast<int>(RegPressure[Class]) < -RPIdAndCost.second) in UpdateRegPressure()784 RegPressure[Class] += RPIdAndCost.second; in UpdateRegPressure()1025 for (const auto &RPIdAndCost : Cost) { in CanCauseHighRegPressure() local1026 if (RPIdAndCost.second <= 0) in CanCauseHighRegPressure()1029 unsigned Class = RPIdAndCost.first; in CanCauseHighRegPressure()1038 if (static_cast<int>(RP[Class]) + RPIdAndCost.second >= Limit) in CanCauseHighRegPressure()1056 for (const auto &RPIdAndCost : Cost) in UpdateBackTraceRegPressure() local1057 RP[RPIdAndCost.first] += RPIdAndCost.second; in UpdateBackTraceRegPressure()