Searched refs:RegWeightPair (Results 1 – 1 of 1) sorted by relevance
914 typedef std::pair<unsigned, float> RegWeightPair; typedef915 bool operator()(const RegWeightPair &LHS, const RegWeightPair &RHS) const { in operator ()()