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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2992 BottomQ; member in class:__anon8::InstructionShuffler
2999 BottomQ.clear();
3017 if (BottomQ.empty()) return NULL;
3018 SU = BottomQ.top();
3019 BottomQ.pop();
3034 BottomQ.push(SU);

Completed in 171 milliseconds