Searched refs:Virt2PhysMap (Results 1 – 2 of 2) sorted by relevance
51 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap; variable71 VirtRegMap() : MachineFunctionPass(ID), Virt2PhysMap(NO_PHYS_REG), in VirtRegMap()100 return Virt2PhysMap[virtReg]; in getPhys()108 assert(Virt2PhysMap[virtReg] == NO_PHYS_REG && in assignVirt2Phys()111 Virt2PhysMap[virtReg] = physReg; in assignVirt2Phys()118 assert(Virt2PhysMap[virtReg] != NO_PHYS_REG && in clearVirt()120 Virt2PhysMap[virtReg] = NO_PHYS_REG; in clearVirt()125 Virt2PhysMap.clear(); in clearAllVirt()163 return (Virt2SplitMap[virtReg] && Virt2PhysMap[virtReg] != NO_PHYS_REG); in isAssignedReg()
61 Virt2PhysMap.clear(); in runOnMachineFunction()71 Virt2PhysMap.resize(NumRegs); in grow()123 if (Virt2PhysMap[Reg] != (unsigned)VirtRegMap::NO_PHYS_REG) { in print()125 << PrintReg(Virt2PhysMap[Reg], TRI) << "] " in print()