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.cpp209 struct CopyHint { in weightCalcHelper() struct
212 CopyHint(Register R, float W) : Reg(R), Weight(W) {} in weightCalcHelper() argument
213 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper() argument
224 std::set<CopyHint> CopyHints; in weightCalcHelper()
294 CopyHints.insert(CopyHint(HintReg, HWeight)); in weightCalcHelper()