reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
378 for(;I != MBB->begin(); --I, --RemainingCount) { 378 for(;I != MBB->begin(); --I, --RemainingCount) { 379 if (TII->isSchedulingBoundary(*std::prev(I), &*MBB, Fn)) 382 I = MBB->begin(); 385 if (I == RegionEnd) { 391 if (I == std::prev(RegionEnd)) { 396 Packetizer.PacketizeMIs(&*MBB, &*I, RegionEnd); 397 RegionEnd = I;