Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocFast.cpp115 DenseMap<Register, MCPhysReg> BundleVirtRegsMap; member in __anon7c0311670111::RegAllocFast
957 BundleVirtRegsMap[VirtReg] = PhysReg; in defineVirtReg()
1013 BundleVirtRegsMap[VirtReg] = LRI->PhysReg; in useVirtReg()
1148 BundleVirtRegsMap.clear(); in allocateInstruction()
1497 DI = BundleVirtRegsMap.find(Reg); in handleBundle()
1498 assert(DI != BundleVirtRegsMap.end() && "Unassigned virtual register"); in handleBundle()