Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Count

168     void Observe(MachineInstr *MI, unsigned Count);
310 unsigned Count = MBB->size(), CurrentCount = Count;
313 --Count;
318 Scheduler.enterRegion(MBB, I, Current, CurrentCount - Count);
324 CurrentCount = Count;
329 Count -= MI->getBundleSize();
331 assert(Count == 0 && "Instruction count mismatch!");
333 "Instruction count mismatch!");
400 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) {
402 AntiDepBreak->Observe(MI, Count, EndIndex);
419 /// ReleaseSucc - Decrement the NumPredsLeft count of a successor. Add it to
420 /// the PendingQueue if the count reaches zero.
464 /// count of its successors. If a successor pending count is zero, add it to