Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DResourcePriorityQueue.h30 struct resource_sort { struct
32 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} in resource_sort() function
58 resource_sort Picker;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp180 bool resource_sort::operator()(const SUnit *LHS, const SUnit *RHS) const { in operator ()()