Searched refs:WaitQueue (Results 1 – 5 of 5) sorted by relevance
229 dbgs() << "[SCHEDULER]: WaitQueue size is: " << WaitQueue.size() << '\n'; in dump()290 for (auto I = WaitQueue.begin(), E = WaitQueue.end(); I != E;) { in promoteToReadyQueue()310 WaitQueue.erase(ToRemove); in promoteToReadyQueue()350 for (QueueEntryTy Entry : WaitQueue) in updatePendingQueue()386 WaitQueue[IR.getSourceIndex()] = IR.getInstruction(); in reserveResources()
413 std::map<unsigned, Instruction *> WaitQueue; variable507 assert(WaitQueue.find(Idx) == WaitQueue.end()); in sanityCheck()
651 * WaitQueue: a queue of instructions whose operands are not ready.656 scheduler are either placed into the WaitQueue or into the ReadyQueue.659 WaitQueue to the ReadyQueue, and if instructions from the ReadyQueue can be
280 BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue<int>)->Range(1<<0, 1<<10);