Home
last modified time | relevance | path

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

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