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.cpp210 struct CopyHint { in weightCalcHelper() struct
211 Register Reg; in weightCalcHelper()
212 float Weight; in weightCalcHelper()
213 bool IsCSR; in weightCalcHelper()
214 CopyHint(Register R, float W, bool IsCSR) in weightCalcHelper() argument
216 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper()