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

References

lib/CodeGen/LiveInterval.cpp
  772       if (Prev->valno == V2 && Prev->end == S->start) {
  772       if (Prev->valno == V2 && Prev->end == S->start) {
  773         Prev->end = S->end;
  777         I = Prev+1;
  778         S = Prev;