Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp281 SmallSet<Register, 4> HintedRegs; in weightCalcHelper() local
283 if (!HintedRegs.insert(Hint.Reg).second || in weightCalcHelper()
H A DTargetRegisterInfo.cpp430 SmallSet<Register, 32> HintedRegs; in getRegAllocationHints() local
446 if (!HintedRegs.insert(Phys).second) in getRegAllocationHints()