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

References

include/llvm/CodeGen/LiveInterval.h
  202     Segments segments;   // the liveness segments
  211     using iterator = Segments::iterator;
  212     using const_iterator = Segments::const_iterator;
lib/CodeGen/LiveInterval.cpp
  284                           LiveRange::Segments>;
  293   LiveRange::Segments &segmentsColl() { return LR->segments; }