reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1005 const MachineInstr *MI = MemOps[SIndex].MI; 1006 int Offset = MemOps[SIndex].Offset; 1011 unsigned Latest = SIndex; 1012 unsigned Earliest = SIndex; 1050 for (unsigned I = SIndex+1; I < EIndex; ++I, ++Count) { 1096 for (unsigned C = SIndex, CE = SIndex + Count; C < CE; ++C) 1096 for (unsigned C = SIndex, CE = SIndex + Count; C < CE; ++C) 1098 Candidate->LatestMIIdx = Latest - SIndex; 1099 Candidate->EarliestMIIdx = Earliest - SIndex; 1107 SIndex += Count; 1108 } while (SIndex < EIndex);