Home
last modified time | relevance | path

Searched defs:queue_sort (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1535 struct queue_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct
1536 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()