Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Queue

44 #include <queue>
82 std::priority_queue<std::pair<unsigned, unsigned> > Queue;
357 // Unassigned virtreg is probably in the priority queue.
366 // Register is assigned, put it back on the queue for reassignment.
394 // The queue holds (size, reg) pairs.
419 Queue.push(std::make_pair(Prio, ~Reg));
423 if (Queue.empty())
425 LiveInterval *LI = &LIS->getInterval(~Queue.top().second);
426 Queue.pop();
1079 // - DCE leftovers should go back on the queue.
1719 // queue. The RS_Split ranges already failed to do this, and they should not