Searched refs:Virt2PhysMap (Results 1 – 2 of 2) sorted by relevance
52 IndexedMap<Register, VirtReg2IndexFunctor> Virt2PhysMap; variable72 MF(nullptr), Virt2PhysMap(NO_PHYS_REG), in VirtRegMap()104 return Virt2PhysMap[virtReg.id()]; in getPhys()115 assert(Virt2PhysMap[virtReg.id()] != NO_PHYS_REG && in clearVirt()117 Virt2PhysMap[virtReg.id()] = NO_PHYS_REG; in clearVirt()122 Virt2PhysMap.clear(); in clearAllVirt()161 Virt2PhysMap[virtReg.id()] != NO_PHYS_REG); in isAssignedReg()
68 Virt2PhysMap.clear(); in runOnMachineFunction()78 Virt2PhysMap.resize(NumRegs); in grow()85 assert(Virt2PhysMap[virtReg.id()] == NO_PHYS_REG && in assignVirt2Phys()90 Virt2PhysMap[virtReg.id()] = physReg; in assignVirt2Phys()141 if (Virt2PhysMap[Reg] != (unsigned)VirtRegMap::NO_PHYS_REG) { in print()143 << printReg(Virt2PhysMap[Reg], TRI) << "] " in print()