Lines Matching defs:MaxPressureLimit
985 /// limit or exceeds the current MaxPressureLimit.
993 ArrayRef<unsigned> MaxPressureLimit,
1017 // Find the first increase above MaxPressureLimit.
1019 if (!Delta.CurrentMax.isValid() && PNew > MaxPressureLimit[i]) {
1098 ArrayRef<unsigned> MaxPressureLimit) {
1110 MaxPressureLimit, Delta);
1124 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit);
1160 /// @param MaxPressureLimit Is the max pressure within the region, not
1166 ArrayRef<unsigned> MaxPressureLimit) const {
1214 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) {
1346 ArrayRef<unsigned> MaxPressureLimit) {
1356 MaxPressureLimit, Delta);