Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1823 static SUnit *popFromQueueImpl(std::vector<SUnit *> &Q, SF &Picker) { in popFromQueueImpl() function
1840 return popFromQueueImpl(Q, RPicker); in popFromQueue()
1844 return popFromQueueImpl(Q, Picker); in popFromQueue()