Home | History | Annotate | Download | only in ARM

Lines Matching full:instrs

127       SmallVector<MachineInstr*, 4> Instrs;
128 /// Index in Instrs of the instruction being latest in the schedule.
130 /// Index in Instrs of the instruction being earliest in the schedule.
815 const MachineInstr *First = Cand.Instrs.front();
823 for (const MachineInstr *MI : Cand.Instrs) {
854 MachineInstr *LatestMI = Cand.Instrs[Cand.LatestMIIdx];
875 iterator EarliestI(Cand.Instrs[Cand.EarliestMIIdx]);
884 for (MachineInstr *MI : Cand.Instrs)
1042 Candidate->Instrs.push_back(MemOps[C].MI);
1823 for (MachineInstr *MI : Candidate->Instrs) {
1829 assert(Candidate->Instrs.size() == 1);
1830 if (MergeBaseUpdateLoadStore(Candidate->Instrs.front()))