Searched refs:IssuedSet (Results 1 – 3 of 3) sorted by relevance
35 dbgs() << "[SCHEDULER]: IssuedSet size is: " << IssuedSet.size() << '\n'; in dump()93 IssuedSet.emplace_back(IR); in issueInstructionImpl()220 for (auto I = IssuedSet.begin(), E = IssuedSet.end(); I != E;) { in updateIssuedSet()240 IssuedSet.resize(IssuedSet.size() - RemovedElements); in updateIssuedSet()273 for (InstRef &IR : IssuedSet) in cycleEvent()
114 std::vector<InstRef> IssuedSet; variable272 assert(!is_contained(IssuedSet, IR) && "Already executing!"); in sanityCheck()
875 * IssuedSet: a set of instructions executing.887 Issued instructions are moved from the ReadySet to the IssuedSet. There,