Searched defs:CopyHint (Results 1 – 2 of 2) 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() argument195 bool operator<(const CopyHint &rhs) const { in weightCalcHelper()
198 struct CopyHint { in weightCalcHelper() struct199 const Register Reg; in weightCalcHelper()200 const float Weight; in weightCalcHelper()201 CopyHint(Register R, float W) : Reg(R), Weight(W) {} in weightCalcHelper() function202 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper()