Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2092 DenseMap<unsigned, unsigned> VirtRegToPhysReg; in tryLastChanceRecoloring() local
2102 VirtRegToPhysReg.clear(); in tryLastChanceRecoloring()
2133 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2168 unsigned ItPhysReg = VirtRegToPhysReg[ItVirtReg]; in tryLastChanceRecoloring()