Lines Matching full:increase
26 /// Increase pressure for each pressure set provided by TargetRegisterInfo.
48 /// Directly increase pressure only within this RegisterPressure result.
49 void RegisterPressure::increase(unsigned Reg, const TargetRegisterInfo *TRI,
114 /// Increase the current pressure as impacted by these registers and bump
410 /// Add Reg to the live in set and increase max pressure.
416 // At live in discovery, unconditionally increase the high water mark.
418 P.increase(Reg, TRI, MRI);
421 /// Add Reg to the live out set and increase max pressure.
427 // At live out discovery, unconditionally increase the high water mark.
429 P.increase(Reg, TRI, MRI);
644 // Find the first increase above MaxPressureLimit.
690 /// Consider the pressure increase caused by traversing this instruction
788 /// Consider the pressure increase caused by traversing this instruction