Lines Matching defs:scheduler
18 // scheduler is aware of dependencies between instructions.
95 // The scheduler keeps a nominal cycle count to keep track of when the
97 // scheduler to indicate when the value of all the operands of this
108 explicit SchedulingQueueBase(InstructionScheduler* scheduler)
109 : scheduler_(scheduler), nodes_(scheduler->zone()) {}
125 explicit CriticalPathFirstQueue(InstructionScheduler* scheduler)
126 : SchedulingQueueBase(scheduler) {}
134 // the scheduler.
137 explicit StressSchedulerQueue(InstructionScheduler* scheduler)
138 : SchedulingQueueBase(scheduler) {}
178 // The scheduler will not move the following instructions before the last