Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h469 ArrayRef<unsigned> MaxPressureLimit);
475 ArrayRef<unsigned> MaxPressureLimit) const;
484 ArrayRef<unsigned> MaxPressureLimit);
492 ArrayRef<unsigned> MaxPressureLimit) {
495 MaxPressureLimit);
499 MaxPressureLimit);
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp959 ArrayRef<unsigned> MaxPressureLimit, in computeMaxPressureDelta() argument
985 if (!Delta.CurrentMax.isValid() && PNew > MaxPressureLimit[i]) { in computeMaxPressureDelta()
1055 ArrayRef<unsigned> MaxPressureLimit) { in getMaxUpwardPressureDelta() argument
1067 MaxPressureLimit, Delta); in getMaxUpwardPressureDelta()
1081 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit); in getMaxUpwardPressureDelta()
1123 ArrayRef<unsigned> MaxPressureLimit) const { in getUpwardPressureDelta()
1171 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) { in getUpwardPressureDelta()
1301 ArrayRef<unsigned> MaxPressureLimit) { in getMaxDownwardPressureDelta() argument
1311 MaxPressureLimit, Delta); in getMaxDownwardPressureDelta()