Home
last modified time | relevance | path

Searched refs:WaitSet (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp34 dbgs() << "[SCHEDULER]: WaitSet size is: " << WaitSet.size() << '\n'; in dump()
108 for (auto I = WaitSet.begin(), E = WaitSet.end(); I != E;) { in promoteToReadySet()
133 WaitSet.resize(WaitSet.size() - RemovedElements); in promoteToReadySet()
195 for (InstRef &IR : WaitSet) in cycleEvent()
222 WaitSet.push_back(IR); in dispatch()
/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h96 std::vector<InstRef> WaitSet; variable
205 assert(find(WaitSet, IR) == WaitSet.end() && "Already in the wait set!"); in sanityCheck()