Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PressureChange

102 class PressureChange {
107 PressureChange() = default;
108 PressureChange(unsigned id): PSetID(id + 1) {
115 assert(isValid() && "invalid PressureChange");
128 bool operator==(const PressureChange &RHS) const {
133 template <> struct isPodLike<PressureChange> {
148 PressureChange PressureChanges[MaxPSets];
150 typedef PressureChange* iterator;
155 typedef const PressureChange* const_iterator;
239 PressureChange Excess;
240 PressureChange CriticalMax;
241 PressureChange CurrentMax;
479 ArrayRef<PressureChange> CriticalPSets,
485 ArrayRef<PressureChange> CriticalPSets,
494 ArrayRef<PressureChange> CriticalPSets,
502 ArrayRef<PressureChange> CriticalPSets,