Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp907 struct WeightCompare { struct
909 const RALinScan &Allocator;
912 WeightCompare(const RALinScan &Alloc) : Allocator(Alloc) {} in WeightCompare() function
914 typedef std::pair<unsigned, float> RegWeightPair;
915 bool operator()(const RegWeightPair &LHS, const RegWeightPair &RHS) const { in operator ()()