Searched refs:ItVirtReg (Results 1 – 1 of 1) sorted by relevance
2127 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local2129 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()2133 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()2165 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local2166 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()2168 unsigned ItPhysReg = VirtRegToPhysReg[ItVirtReg]; in tryLastChanceRecoloring()