Searched refs:AvailQueue (Results 1 – 1 of 1) sorted by relevance
32 Queue AvailQueue; member in __anon05ab922e0111::GCNILPScheduler241 if (AvailQueue.empty()) in pickCandidate()243 auto Best = AvailQueue.begin(); in pickCandidate()244 for (auto I = std::next(AvailQueue.begin()), E = AvailQueue.end(); I != E; ++I) { in pickCandidate()261 AvailQueue.push_back(C); in releasePending()307 AvailQueue.push_back( in schedule()315 if (AvailQueue.empty() && !PendingQueue.empty()) { in schedule()323 if (AvailQueue.empty()) in schedule()329 : AvailQueue) dbgs() in schedule()335 AvailQueue.remove(*C); in schedule()