Searched refs:RegAllocHints (Results 1 – 2 of 2) sorted by relevance
54 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable305 RegAllocHints[Reg].first = Type; in setRegAllocationHint()306 RegAllocHints[Reg].second = PrefReg; in setRegAllocationHint()313 return RegAllocHints[Reg]; in getRegAllocationHint()
23 RegAllocHints.reserve(256); in MachineRegisterInfo()111 RegAllocHints.grow(Reg); in createVirtualRegister()