Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2137 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2139 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2143 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2175 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2176 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2178 unsigned ItPhysReg = VirtRegToPhysReg[ItVirtReg]; in tryLastChanceRecoloring()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2619 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2621 assert(VRM->hasPhys(ItVirtReg) && in tryLastChanceRecoloring()
2625 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2672 unsigned ItVirtReg = (*It)->reg; in tryLastChanceRecoloring() local
2673 if (VRM->hasPhys(ItVirtReg)) in tryLastChanceRecoloring()
2675 unsigned ItPhysReg = VirtRegToPhysReg[ItVirtReg]; in tryLastChanceRecoloring()