Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Limit

13 // This pass does not attempt to throttle itself to limit register pressure.
95 // Register pressure "limit" per register class. If the pressure
96 // is higher than the limit, then it's considered high.
1078 unsigned Limit = RegLimit[RCId];
1082 // even if we're under the limit.
1088 if (RP[RCId] + Cost >= Limit)