Searched defs:WeightCompare (Results 1 – 1 of 1) sorted by relevance
907 struct WeightCompare { struct909 const RALinScan &Allocator;912 WeightCompare(const RALinScan &Alloc) : Allocator(Alloc) {} in WeightCompare() function914 typedef std::pair<unsigned, float> RegWeightPair;915 bool operator()(const RegWeightPair &LHS, const RegWeightPair &RHS) const { in operator ()()