Lines Matching defs:RPIdAndCost
927 for (const auto &RPIdAndCost : Cost) {
928 unsigned Class = RPIdAndCost.first;
929 if (static_cast<int>(RegPressure[Class]) < -RPIdAndCost.second)
932 RegPressure[Class] += RPIdAndCost.second;
1215 for (const auto &RPIdAndCost : Cost) {
1216 if (RPIdAndCost.second <= 0)
1219 unsigned Class = RPIdAndCost.first;
1228 if (static_cast<int>(RP[Class]) + RPIdAndCost.second >= Limit)
1246 for (const auto &RPIdAndCost : Cost)
1247 RP[RPIdAndCost.first] += RPIdAndCost.second;