Lines Matching defs:MaxPressureLimit
982 /// limit or exceeds the current MaxPressureLimit.
990 ArrayRef<unsigned> MaxPressureLimit,
1014 // Find the first increase above MaxPressureLimit.
1016 if (!Delta.CurrentMax.isValid() && PNew > MaxPressureLimit[i]) {
1089 ArrayRef<unsigned> MaxPressureLimit) {
1101 MaxPressureLimit, Delta);
1115 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit);
1151 /// @param MaxPressureLimit Is the max pressure within the region, not
1157 ArrayRef<unsigned> MaxPressureLimit) const {
1205 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) {
1337 ArrayRef<unsigned> MaxPressureLimit) {
1347 MaxPressureLimit, Delta);