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