Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocBase.cpp149 LiveInterval *SplitVirtReg = &LIS->getInterval(Reg); in allocatePhysRegs() local
150 assert(!VRM->hasPhys(SplitVirtReg->reg()) && "Register already assigned"); in allocatePhysRegs()
151 if (MRI->reg_nodbg_empty(SplitVirtReg->reg())) { in allocatePhysRegs()
152 assert(SplitVirtReg->empty() && "Non-empty but used interval"); in allocatePhysRegs()
153 LLVM_DEBUG(dbgs() << "not queueing unused " << *SplitVirtReg << '\n'); in allocatePhysRegs()
154 aboutToRemoveInterval(*SplitVirtReg); in allocatePhysRegs()
155 LIS->removeInterval(SplitVirtReg->reg()); in allocatePhysRegs()
158 LLVM_DEBUG(dbgs() << "queuing new interval: " << *SplitVirtReg << "\n"); in allocatePhysRegs()
159 assert(SplitVirtReg->reg().isVirtual() && in allocatePhysRegs()
161 enqueue(SplitVirtReg); in allocatePhysRegs()