Searched refs:BundleVirtRegsMap (Results 1 – 1 of 1) sorted by relevance
224 DenseMap<Register, MCPhysReg> BundleVirtRegsMap; member in __anonf5ca9da10111::RegAllocFast1089 BundleVirtRegsMap[VirtReg] = PhysReg; in defineVirtReg()1145 BundleVirtRegsMap[VirtReg] = LRI->PhysReg; in useVirtReg()1361 BundleVirtRegsMap.clear(); in allocateInstruction()1664 DI = BundleVirtRegsMap.find(Reg); in handleBundle()1665 assert(DI != BundleVirtRegsMap.end() && "Unassigned virtual register"); in handleBundle()