Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LastUse

318   unsigned LastUse = Dist;
326 if (MO.isUse() && DI->second < LastUse)
327 LastUse = DI->second;
332 return !(LastUse > LastDef && LastUse < Dist);