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

/external/llvm/include/llvm/CodeGen/
H A DResourcePriorityQueue.h31 struct resource_sort : public std::binary_function<SUnit*, SUnit*, bool> { struct in namespace:llvm
33 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} function in struct:llvm::resource_sort
59 resource_sort Picker;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp181 bool resource_sort::operator()(const SUnit *LHS, const SUnit *RHS) const {

Completed in 81 milliseconds