Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp224 DenseMap<Register, MCPhysReg> BundleVirtRegsMap; member in __anonf5ca9da10111::RegAllocFast
1089 BundleVirtRegsMap[VirtReg] = PhysReg; in defineVirtReg()
1145 BundleVirtRegsMap[VirtReg] = LRI->PhysReg; in useVirtReg()
1361 BundleVirtRegsMap.clear(); in allocateInstruction()
1664 DI = BundleVirtRegsMap.find(Reg); in handleBundle()
1665 assert(DI != BundleVirtRegsMap.end() && "Unassigned virtual register"); in handleBundle()