Searched refs:RegAllocHints (Results 1 – 2 of 2) sorted by relevance
106 RegAllocHints; variable796 RegAllocHints[VReg].first = Type; in setRegAllocationHint()797 RegAllocHints[VReg].second.clear(); in setRegAllocationHint()798 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()805 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()815 assert (!RegAllocHints[VReg].first && in clearSimpleHint()817 RegAllocHints[VReg].second.clear(); in clearSimpleHint()825 Register BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint()826 RegAllocHints[VReg.id()].second[0] : Register()); in getRegAllocationHint()827 return {RegAllocHints[VReg.id()].first, BestHint}; in getRegAllocationHint()[all …]
48 RegAllocHints.reserve(256); in MachineRegisterInfo()148 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()