Searched refs:ItVirtReg (Results 1 – 1 of 1) sorted by relevance
2096 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local2098 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()2102 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()2134 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local2135 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()2137 Matrix->assign(**It, VirtRegToPhysReg[ItVirtReg]); in tryLastChanceRecoloring()