Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp303 SmallSet<Register, 4> HintedRegs; in weightCalcHelper() local
305 if (!HintedRegs.insert(Hint.Reg).second || in weightCalcHelper()
H A DTargetRegisterInfo.cpp427 SmallSet<Register, 32> HintedRegs; in getRegAllocationHints() local
443 if (!HintedRegs.insert(Phys).second) in getRegAllocationHints()