Searched defs:queue_sort (Results 1 – 3 of 3) sorted by relevance
1658 struct queue_sort { struct1659 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()
1539 struct queue_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct1540 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()
1644 struct queue_sort { struct1645 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()