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

References

lib/CodeGen/RegisterCoalescer.cpp
  593   LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx);
  595   if (AS == IntA.end()) return false;
  666   CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI);
  671     for (LiveInterval::SubRange &S : IntA.subranges()) {
  680     shrinkToUses(&IntA);