Lines Matching defs:Queue
46 #include <queue>
85 std::priority_queue<std::pair<unsigned, unsigned> > Queue;
363 // Unassigned virtreg is probably in the priority queue.
373 // Register is assigned, put it back on the queue for reassignment.
402 // The queue holds (size, reg) pairs.
427 Queue.push(std::make_pair(Prio, Reg));
431 if (Queue.empty())
433 LiveInterval *LI = &LIS->getInterval(Queue.top().second);
434 Queue.pop();
1050 // - DCE leftovers should go back on the queue.
1566 // queue. The RS_Split ranges already failed to do this, and they should not