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

References

lib/CodeGen/RegAllocGreedy.cpp
 2746     PhysReg = selectOrSplitImpl(*LI, NewVRegs, FixedRegisters, Depth + 1);
 2751     if (PhysReg == ~0u || (!PhysReg && !LI->empty()))
 2751     if (PhysReg == ~0u || (!PhysReg && !LI->empty()))
 2754     if (!PhysReg) {
 2761                       << " succeeded with: " << printReg(PhysReg, TRI) << '\n');
 2763     Matrix->assign(*LI, PhysReg);