Searched refs:AvailQueue (Results 1 – 1 of 1) sorted by relevance
32 Queue AvailQueue; member in __anon1a74e9370111::GCNILPScheduler239 if (AvailQueue.empty()) in pickCandidate()241 auto Best = AvailQueue.begin(); in pickCandidate()242 for (auto I = std::next(AvailQueue.begin()), E = AvailQueue.end(); I != E; ++I) { in pickCandidate()259 AvailQueue.push_back(C); in releasePending()305 AvailQueue.push_back( in schedule()313 if (AvailQueue.empty() && !PendingQueue.empty()) { in schedule()321 if (AvailQueue.empty()) in schedule()327 : AvailQueue) dbgs() in schedule()333 AvailQueue.remove(*C); in schedule()