Searched defs:queue_sort (Results 1 – 3 of 3) sorted by relevance
1627 struct queue_sort { struct1628 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()
1406 struct queue_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct1407 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()