Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp115 DenseMap<Register, MCPhysReg> BundleVirtRegsMap; member in __anone082371b0111::RegAllocFast
943 BundleVirtRegsMap[VirtReg] = PhysReg; in defineVirtReg()
992 BundleVirtRegsMap[VirtReg] = LRI->PhysReg; in useVirtReg()
1125 BundleVirtRegsMap.clear(); in allocateInstruction()
1467 DI = BundleVirtRegsMap.find(Reg); in handleBundle()
1468 assert(DI != BundleVirtRegsMap.end() && "Unassigned virtual register"); in handleBundle()