Searched refs:BundleVirtRegsMap (Results 1 – 1 of 1) sorted by relevance
115 DenseMap<Register, MCPhysReg> BundleVirtRegsMap; member in __anone082371b0111::RegAllocFast943 BundleVirtRegsMap[VirtReg] = PhysReg; in defineVirtReg()992 BundleVirtRegsMap[VirtReg] = LRI->PhysReg; in useVirtReg()1125 BundleVirtRegsMap.clear(); in allocateInstruction()1467 DI = BundleVirtRegsMap.find(Reg); in handleBundle()1468 assert(DI != BundleVirtRegsMap.end() && "Unassigned virtual register"); in handleBundle()