Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp202 struct CopyHint { in weightCalcHelper() struct
205 CopyHint(Register R, float W) : Reg(R), Weight(W) {} in weightCalcHelper() argument
206 bool operator<(const CopyHint &Rhs) const { in weightCalcHelper() argument
216 std::set<CopyHint> CopyHints; in weightCalcHelper()
276 CopyHints.insert(CopyHint(HintReg, HWeight)); in weightCalcHelper()