Home
last modified time | relevance | path

Searched refs:ItVirtReg (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2096 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2098 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2102 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2134 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2135 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2137 Matrix->assign(**It, VirtRegToPhysReg[ItVirtReg]); in tryLastChanceRecoloring()