Home | History | Annotate | Download | only in ARM

Lines Matching defs:Earliest

116       /// Index in Instrs of the instruction being earliest in the schedule.
855 // Determine earliest instruction that will get removed. We then keep an
869 // Determine range between the earliest removed instruction and the new one.
936 unsigned Earliest = SIndex;
987 // Track MemOp with latest and earliest position (Positions are
992 else if (Position > MemOps[Earliest].Position)
993 Earliest = I;
1004 Candidate->EarliestMIIdx = Earliest - SIndex;