reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegAllocGreedy.cpp
 2744     LLVM_DEBUG(dbgs() << "Try to recolor: " << *LI << '\n');
 2746     PhysReg = selectOrSplitImpl(*LI, NewVRegs, FixedRegisters, Depth + 1);
 2751     if (PhysReg == ~0u || (!PhysReg && !LI->empty()))
 2755       assert(LI->empty() && "Only empty live-range do not require a register");
 2756       LLVM_DEBUG(dbgs() << "Recoloring of " << *LI
 2760     LLVM_DEBUG(dbgs() << "Recoloring of " << *LI
 2763     Matrix->assign(*LI, PhysReg);
 2764     FixedRegisters.insert(LI->reg);