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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3610 BottomQ; member in class:__anon1767::InstructionShuffler
3618 BottomQ.clear();
3635 if (BottomQ.empty()) return nullptr;
3636 SU = BottomQ.top();
3637 BottomQ.pop();
3652 BottomQ.push(SU);

Completed in 118 milliseconds