Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LRU

743       LiveRegUnit &LRU = RegUnits[*Units];
744 LRU.MI = UseMI;
745 LRU.Op = DefOp;
916 LiveRegUnit &LRU = RegUnits[*Units];
918 if (LRU.Cycle <= Height && LRU.MI != MI) {
919 LRU.Cycle = Height;
920 LRU.MI = MI;
921 LRU.Op = ReadOps[i];