Home | History | Annotate | Download | only in CodeGen

Lines Matching full:lastuse

317   unsigned LastUse = Dist;
327 if (MO.isUse() && DI->second < LastUse)
328 LastUse = DI->second;
333 return !(LastUse > LastDef && LastUse < Dist);