Home
last modified time | relevance | path

Searched refs: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
214 CopyHint(Register R, float W, bool IsCSR) in weightCalcHelper() function
216 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper() argument
304 SmallVector<CopyHint, 8> RegHints; in weightCalcHelper()