Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3800 BottomQ; member in __anoncb3a58780611::InstructionShuffler
3808 BottomQ.clear(); in initialize()
3825 if (BottomQ.empty()) return nullptr; in pickNode()
3826 SU = BottomQ.top(); in pickNode()
3827 BottomQ.pop(); in pickNode()
3842 BottomQ.push(SU); in releaseBottomNode()