Searched refs:BundleVirtRegsMap (Results 1 – 1 of 1) sorted by relevance
115 DenseMap<Register, MCPhysReg> BundleVirtRegsMap; member in __anon7c0311670111::RegAllocFast957 BundleVirtRegsMap[VirtReg] = PhysReg; in defineVirtReg()1013 BundleVirtRegsMap[VirtReg] = LRI->PhysReg; in useVirtReg()1148 BundleVirtRegsMap.clear(); in allocateInstruction()1497 DI = BundleVirtRegsMap.find(Reg); in handleBundle()1498 assert(DI != BundleVirtRegsMap.end() && "Unassigned virtual register"); in handleBundle()