Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2127 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2129 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2133 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2165 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2166 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2168 unsigned ItPhysReg = VirtRegToPhysReg[ItVirtReg]; in tryLastChanceRecoloring()