Searched refs:WaitSet (Results 1 – 3 of 3) sorted by relevance
33 dbgs() << "[SCHEDULER]: WaitSet size is: " << WaitSet.size() << '\n'; in dump()159 for (auto I = WaitSet.begin(), E = WaitSet.end(); I != E;) { in promoteToPendingSet()188 WaitSet.resize(WaitSet.size() - RemovedElements); in promoteToPendingSet()280 for (InstRef &IR : WaitSet) in cycleEvent()310 WaitSet.push_back(IR); in dispatch()
111 std::vector<InstRef> WaitSet; variable244 bool isWaitSetEmpty() const { return WaitSet.empty(); } in isWaitSetEmpty()270 assert(!is_contained(WaitSet, IR) && "Already in the wait set!"); in sanityCheck()
873 * WaitSet: a set of instructions whose operands are not ready.878 scheduler are either placed into the WaitSet or into the ReadySet.880 Every cycle, the scheduler checks if instructions can be moved from the WaitSet