Lines Matching refs:PressureChange
85 class PressureChange {
89 PressureChange(): PSetID(0), UnitInc(0) {} in PressureChange() function
90 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) { in PressureChange() function
107 bool operator==(const PressureChange &RHS) const {
112 template <> struct isPodLike<PressureChange> {
127 PressureChange PressureChanges[MaxPSets];
129 typedef PressureChange* iterator;
134 typedef const PressureChange* const_iterator;
181 PressureChange Excess;
182 PressureChange CriticalMax;
183 PressureChange CurrentMax;
376 ArrayRef<PressureChange> CriticalPSets,
382 ArrayRef<PressureChange> CriticalPSets,
391 ArrayRef<PressureChange> CriticalPSets,
399 ArrayRef<PressureChange> CriticalPSets,