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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp188 // CopyHint is a sortable hint derived from a COPY instruction.
189 struct CopyHint { struct
193 CopyHint(unsigned R, float W, bool P) : function in struct:CopyHint
195 bool operator<(const CopyHint &rhs) const {
204 std::set<CopyHint> CopyHints;
257 CopyHint(hint, hweight, Register::isPhysicalRegister(hint)));

Completed in 41 milliseconds