Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h353 ArrayRef<unsigned> MaxPressureLimit);
359 ArrayRef<unsigned> MaxPressureLimit) const;
368 ArrayRef<unsigned> MaxPressureLimit);
376 ArrayRef<unsigned> MaxPressureLimit) {
379 MaxPressureLimit);
383 MaxPressureLimit);
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp667 ArrayRef<unsigned> MaxPressureLimit, in computeMaxPressureDelta() argument
693 if (!Delta.CurrentMax.isValid() && PNew > MaxPressureLimit[i]) { in computeMaxPressureDelta()
760 ArrayRef<unsigned> MaxPressureLimit) { in getMaxUpwardPressureDelta() argument
772 MaxPressureLimit, Delta); in getMaxUpwardPressureDelta()
786 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit); in getMaxUpwardPressureDelta()
828 ArrayRef<unsigned> MaxPressureLimit) const { in getUpwardPressureDelta()
875 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) { in getUpwardPressureDelta()
956 ArrayRef<unsigned> MaxPressureLimit) { in getMaxDownwardPressureDelta() argument
966 MaxPressureLimit, Delta); in getMaxDownwardPressureDelta()