Searched defs:CopyHint (Results 1 – 1 of 1) sorted by relevance
189 struct CopyHint { in weightCalcHelper() struct190 unsigned Reg; in weightCalcHelper()191 float Weight; in weightCalcHelper()192 bool IsPhys; in weightCalcHelper()193 CopyHint(unsigned R, float W, bool P) : in weightCalcHelper() function195 bool operator<(const CopyHint &rhs) const { in weightCalcHelper()