Home
last modified time | relevance | path

Searched refs:RPIdAndCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineLICM.cpp865 for (const auto &RPIdAndCost : Cost) { in UpdateRegPressure() local
866 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() local
1109 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() local
1140 RP[RPIdAndCost.first] += RPIdAndCost.second; in UpdateBackTraceRegPressure()