Lines Matching defs:AvailableQueue
66 /// AvailableQueue - The priority queue to use for the available SUnits.
67 FastPriorityQueue AvailableQueue;
134 /// the AvailableQueue if the count reaches zero. Also update its cycle bound.
152 AvailableQueue.push(PredSU);
545 AvailableQueue.push(RootSU);
553 while (!AvailableQueue.empty()) {
556 SUnit *CurSU = AvailableQueue.pop();
564 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
566 CurSU = AvailableQueue.pop();
629 AvailableQueue.push(SU);