Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp137 unsigned QueueIndex = ReadySet.size(); in select() local
140 if (QueueIndex == ReadySet.size() || in select()
141 Strategy->compare(IR, ReadySet[QueueIndex])) { in select()
144 QueueIndex = I; in select()
148 if (QueueIndex == ReadySet.size()) in select()
152 InstRef IR = ReadySet[QueueIndex]; in select()
153 std::swap(ReadySet[QueueIndex], ReadySet[ReadySet.size() - 1]); in select()