Searched refs:CopyHint (Results 1 – 1 of 1) sorted by relevance
209 struct CopyHint { in weightCalcHelper() struct212 CopyHint(Register R, float W) : Reg(R), Weight(W) {} in weightCalcHelper() argument213 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper() argument224 std::set<CopyHint> CopyHints; in weightCalcHelper()294 CopyHints.insert(CopyHint(HintReg, HWeight)); in weightCalcHelper()