Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BottomQ

3407     BottomQ;
3414 BottomQ.clear();
3431 if (BottomQ.empty()) return nullptr;
3432 SU = BottomQ.top();
3433 BottomQ.pop();
3448 BottomQ.push(SU);