Searched refs:RegAllocHints (Results 1 – 2 of 2) sorted by relevance
100 VirtReg2IndexFunctor> RegAllocHints; variable775 RegAllocHints[VReg].first = Type; in setRegAllocationHint()776 RegAllocHints[VReg].second.clear(); in setRegAllocationHint()777 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()784 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()794 assert (!RegAllocHints[VReg].first && in clearSimpleHint()796 RegAllocHints[VReg].second.clear(); in clearSimpleHint()805 Register BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint()806 RegAllocHints[VReg.id()].second[0] : Register()); in getRegAllocationHint()807 return std::pair<Register, Register>(RegAllocHints[VReg.id()].first, in getRegAllocationHint()[all …]
48 RegAllocHints.reserve(256); in MachineRegisterInfo()147 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()