Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp204 std::set<CopyHint> CopyHints; in weightCalcHelper() local
256 CopyHints.insert(CopyHint(hint, hweight, tri.isPhysicalRegister(hint))); in weightCalcHelper()
262 if (updateLI && CopyHints.size()) { in weightCalcHelper()
268 for (auto &Hint : CopyHints) { in weightCalcHelper()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp93 SmallSet<unsigned, 4> CopyHints; in getRegAllocationHints() local
94 CopyHints.insert(Hints.begin(), Hints.end()); in getRegAllocationHints()
97 if (CopyHints.count(Reg) && in getRegAllocationHints()
101 if (!CopyHints.count(Reg) && in getRegAllocationHints()