Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp223 std::set<CopyHint> CopyHints; in weightCalcHelper() local
278 CopyHints.insert(CopyHint(hint, hweight, tri.isPhysicalRegister(hint), in weightCalcHelper()
285 if (updateLI && CopyHints.size()) { in weightCalcHelper()
290 for (auto &Hint : CopyHints) { in weightCalcHelper()