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