Home | History | Annotate | Download | only in CodeGen

Lines Matching full:lastuse

976       SlotIndex LastUse = NewIdx;
983 if (InstSlot > LastUse && InstSlot < OldIdx)
984 LastUse = InstSlot;
986 return LastUse;