Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp221 DenseMap<Register, MCPhysReg> BundleVirtRegsMap; member in __anon43a0a7eb0111::RegAllocFastImpl
1117 BundleVirtRegsMap[VirtReg] = PhysReg; in defineVirtReg()
1173 BundleVirtRegsMap[VirtReg] = LRI->PhysReg; in useVirtReg()
1402 BundleVirtRegsMap.clear(); in allocateInstruction()
1703 DI = BundleVirtRegsMap.find(Reg); in handleBundle()
1704 assert(DI != BundleVirtRegsMap.end() && "Unassigned virtual register"); in handleBundle()