Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegLimit

92     SmallVector<unsigned, 8> RegLimit;
139 RegLimit.clear();
329 RegLimit.resize(NumRC);
332 RegLimit[(*I)->getID()] = TRI->getRegPressureLimit(*I, MF);
942 if (RP[RCId] + CI->second >= RegLimit[RCId])