Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp198 struct CopyHint { in weightCalcHelper() struct
201 CopyHint(Register R, float W) : Reg(R), Weight(W) {} in weightCalcHelper() function
202 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper() argument
212 std::set<CopyHint> CopyHints; in weightCalcHelper()
272 CopyHints.insert(CopyHint(HintReg, HWeight)); in weightCalcHelper()