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

References

include/llvm/CodeGen/LiveIntervalUnion.h
   52   using SegmentIter = LiveSegments::iterator;
   55   using ConstSegmentIter = LiveSegments::const_iterator;
   58   using Allocator = LiveSegments::Allocator;
   62   LiveSegments Segments;  // union of virtual reg segments
   81   using Map = LiveSegments;
lib/CodeGen/LiveIntervalUnion.cpp
   87   for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {