Searched refs:RegAllocHints (Results 1 – 2 of 2) sorted by relevance
102 VirtReg2IndexFunctor> RegAllocHints; variable764 RegAllocHints[VReg].first = Type; in setRegAllocationHint()765 RegAllocHints[VReg].second.clear(); in setRegAllocationHint()766 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()773 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()783 assert (RegAllocHints[VReg].first == 0 && in clearSimpleHint()785 RegAllocHints[VReg].second.clear(); in clearSimpleHint()794 unsigned BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint()795 RegAllocHints[VReg.id()].second[0] : 0); in getRegAllocationHint()796 return std::pair<unsigned, unsigned>(RegAllocHints[VReg.id()].first, in getRegAllocationHint()[all …]
50 RegAllocHints.reserve(256); in MachineRegisterInfo()149 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()