Searched refs:RegAllocHints (Results 1 – 2 of 2) sorted by relevance
72 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable625 RegAllocHints[VReg].first = Type; in setRegAllocationHint()626 RegAllocHints[VReg].second = PrefReg; in setRegAllocationHint()634 return RegAllocHints[VReg]; in getRegAllocationHint()
30 RegAllocHints.reserve(256); in MachineRegisterInfo()101 RegAllocHints.grow(Reg); in createVirtualRegister()