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