Home | History | Annotate | Download | only in ARM

Lines Matching refs:Earliest

130       /// Index in Instrs of the instruction being earliest in the schedule.
873 // Determine earliest instruction that will get removed. We then keep an
887 // Determine range between the earliest removed instruction and the new one.
972 unsigned Earliest = SIndex;
1027 // Track MemOp with latest and earliest position (Positions are
1032 else if (Position > MemOps[Earliest].Position)
1033 Earliest = I;
1044 Candidate->EarliestMIIdx = Earliest - SIndex;