reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
470 MachineFunction *MF = MBB->getParent(); 474 for(MachineBasicBlock::iterator RegionEnd = MBB->end(); 475 RegionEnd != MBB->begin(); RegionEnd = I) { 478 if (RegionEnd != MBB->end() || 479 isSchedBoundary(&*std::prev(RegionEnd), &*MBB, MF, TII)) { 487 for (;I != MBB->begin(); --I) { 489 if (isSchedBoundary(&MI, &*MBB, MF, TII))