Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
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;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp89 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print()
107 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg()