Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp204 std::set<CopyHint> CopyHints; in weightCalcHelper() local
256 CopyHints.insert( in weightCalcHelper()
263 if (updateLI && CopyHints.size()) { in weightCalcHelper()
269 for (auto &Hint : CopyHints) { in weightCalcHelper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp63 SmallSet<unsigned, 4> CopyHints; in addHints() local
64 CopyHints.insert(Hints.begin(), Hints.end()); in addHints()
67 if (CopyHints.count(Reg) && in addHints()
71 if (!CopyHints.count(Reg) && in addHints()