Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp140 LiveInterval *SplitVirtReg = &LIS->getInterval(*I); in allocatePhysRegs() local
141 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned"); in allocatePhysRegs()
142 if (MRI->reg_nodbg_empty(SplitVirtReg->reg)) { in allocatePhysRegs()
143 DEBUG(dbgs() << "not queueing unused " << *SplitVirtReg << '\n'); in allocatePhysRegs()
144 aboutToRemoveInterval(*SplitVirtReg); in allocatePhysRegs()
145 LIS->removeInterval(SplitVirtReg->reg); in allocatePhysRegs()
148 DEBUG(dbgs() << "queuing new interval: " << *SplitVirtReg << "\n"); in allocatePhysRegs()
149 assert(TargetRegisterInfo::isVirtualRegister(SplitVirtReg->reg) && in allocatePhysRegs()
151 enqueue(SplitVirtReg); in allocatePhysRegs()