Searched refs:sched_queue (Results 1 – 4 of 4) sorted by relevance
201 static void dump_queue(sched_queue &q);220 sched_queue bu_ready[SQ_NUM];221 sched_queue bu_ready_next[SQ_NUM];222 sched_queue bu_ready_early[SQ_NUM];223 sched_queue ready;224 sched_queue ready_above;307 unsigned real_alu_count(sched_queue &q, unsigned max);
504 void dump::dump_queue(sched_queue& q) { in dump_queue()505 for (sched_queue::iterator I = q.begin(), E = q.end(); I != E; ++I) { in dump_queue()
319 for (sched_queue::iterator N, I = ready_above.begin(), E = ready_above.end(); in bu_sched_bb()785 unsigned gcm::real_alu_count(sched_queue& q, unsigned max) { in real_alu_count()
1177 typedef std::list<node*> sched_queue; typedef1178 typedef sched_queue::iterator sq_iterator;