Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1539 struct queue_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct
1540 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1406 struct queue_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct
1407 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady()