Home
last modified time | relevance | path

Searched defs:CopyHint (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp209 struct CopyHint { in weightCalcHelper() struct
210 const Register Reg; in weightCalcHelper()
211 const float Weight; in weightCalcHelper()
212 CopyHint(Register R, float W) : Reg(R), Weight(W) {} in weightCalcHelper() argument
213 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper()