Home
last modified time | relevance | path

Searched refs:LiveSegments (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h46 using LiveSegments = IntervalMap<SlotIndex, const LiveInterval *>; variable
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;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp88 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print()
106 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg()