Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h25 struct latency_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct
27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} in latency_sort() argument
44 latency_sort Picker;
/external/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp23 bool latency_sort::operator()(const SUnit *LHS, const SUnit *RHS) const { in operator ()()