Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h368 ArrayRef<unsigned> MaxPressureLimit);
374 ArrayRef<unsigned> MaxPressureLimit) const;
383 ArrayRef<unsigned> MaxPressureLimit);
391 ArrayRef<unsigned> MaxPressureLimit) {
394 MaxPressureLimit);
398 MaxPressureLimit);
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp666 ArrayRef<unsigned> MaxPressureLimit, in computeMaxPressureDelta() argument
692 if (!Delta.CurrentMax.isValid() && PNew > MaxPressureLimit[i]) { in computeMaxPressureDelta()
759 ArrayRef<unsigned> MaxPressureLimit) { in getMaxUpwardPressureDelta() argument
771 MaxPressureLimit, Delta); in getMaxUpwardPressureDelta()
785 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit); in getMaxUpwardPressureDelta()
827 ArrayRef<unsigned> MaxPressureLimit) const { in getUpwardPressureDelta()
874 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) { in getUpwardPressureDelta()
955 ArrayRef<unsigned> MaxPressureLimit) { in getMaxDownwardPressureDelta() argument
965 MaxPressureLimit, Delta); in getMaxDownwardPressureDelta()