Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2102 DenseMap<unsigned, unsigned> VirtRegToPhysReg; in tryLastChanceRecoloring() local
2112 VirtRegToPhysReg.clear(); in tryLastChanceRecoloring()
2143 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2178 unsigned ItPhysReg = VirtRegToPhysReg[ItVirtReg]; in tryLastChanceRecoloring()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2581 DenseMap<unsigned, unsigned> VirtRegToPhysReg; in tryLastChanceRecoloring() local
2592 VirtRegToPhysReg.clear(); in tryLastChanceRecoloring()
2625 VirtRegToPhysReg[ItVirtReg] = VRM->getPhys(ItVirtReg); in tryLastChanceRecoloring()
2675 unsigned ItPhysReg = VirtRegToPhysReg[ItVirtReg]; in tryLastChanceRecoloring()