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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp216 std::set<CopyHint> CopyHints;
276 CopyHints.insert(CopyHint(HintReg, HWeight));
280 if (ShouldUpdateLI && CopyHints.size()) {
286 for (auto &Hint : CopyHints) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp61 SmallSet<unsigned, 4> CopyHints; local
62 CopyHints.insert(Hints.begin(), Hints.end());
65 if (CopyHints.count(Reg) &&
69 if (!CopyHints.count(Reg) &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp935 SmallSet<MCPhysReg, 4> CopyHints; local
936 CopyHints.insert(Hints.begin(), Hints.end());
938 for (auto Hint : CopyHints) {
943 if (!CopyHints.count(PhysReg) && RC.contains(PhysReg) &&

Completed in 101 milliseconds