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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h25 struct latency_sort { struct in namespace:llvm
27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} function in struct:llvm::latency_sort
44 latency_sort Picker;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp23 bool latency_sort::operator()(const SUnit *LHS, const SUnit *RHS) const {

Completed in 16 milliseconds