Searched refs:WaitSet (Results 1 – 2 of 2) sorted by relevance
33 dbgs() << "[SCHEDULER]: WaitSet size is: " << WaitSet.size() << '\n'; in dump()160 for (auto I = WaitSet.begin(), E = WaitSet.end(); I != E;) { in promoteToPendingSet()189 WaitSet.resize(WaitSet.size() - RemovedElements); in promoteToPendingSet()281 for (InstRef &IR : WaitSet) in cycleEvent()311 WaitSet.push_back(IR); in dispatch()
112 std::vector<InstRef> WaitSet; variable244 bool isWaitSetEmpty() const { return WaitSet.empty(); } in isWaitSetEmpty()271 assert(!is_contained(WaitSet, IR) && "Already in the wait set!"); in instructionCheck()