Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PressureChange

104 class PressureChange {
109 PressureChange() = default;
110 PressureChange(unsigned id): PSetID(id + 1) {
117 assert(isValid() && "invalid PressureChange");
130 bool operator==(const PressureChange &RHS) const {
135 template <> struct isPodLike<PressureChange> {
150 PressureChange PressureChanges[MaxPSets];
152 using iterator = PressureChange *;
158 using const_iterator = const PressureChange *;
243 PressureChange Excess;
244 PressureChange CriticalMax;
245 PressureChange CurrentMax;
483 ArrayRef<PressureChange> CriticalPSets,
489 ArrayRef<PressureChange> CriticalPSets,
498 ArrayRef<PressureChange> CriticalPSets,
506 ArrayRef<PressureChange> CriticalPSets,