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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1737 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) { function
1755 return popFromQueueImpl(Q, RPicker);
1759 return popFromQueueImpl(Q, Picker);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1625 static SUnit *popFromQueueImpl(std::vector<SUnit*> &Q, SF &Picker) { function in namespace:__anon22672
1643 return popFromQueueImpl(Q, RPicker);
1647 return popFromQueueImpl(Q, Picker);

Completed in 123 milliseconds