Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2061 DenseMap<unsigned, unsigned> VirtRegToPhysReg; in tryLastChanceRecoloring() local
2071 VirtRegToPhysReg.clear(); in tryLastChanceRecoloring()
2102 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2137 Matrix->assign(**It, VirtRegToPhysReg[ItVirtReg]); in tryLastChanceRecoloring()