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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1796 std::vector<SUnit*> DumpQueue = Queue; local
1798 while (!DumpQueue.empty()) {
1799 SUnit *SU = popFromQueue(DumpQueue, DumpPicker, scheduleDAG);

Completed in 28 milliseconds