reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
200 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { 206 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr; 206 MachineInstr *MI = (MBBI != MBB->end() && !pastStart) ? &*MBBI : nullptr; 207 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); 211 if (MBBI != Begin) 212 --MBBI; 216 if (MBBI != Begin) 217 --MBBI;