Lines Matching full:segments
27 // Merge a LiveInterval's segments. Guarantee no overlaps.
34 // Insert each of the virtual register's live segments into the map.
37 SegmentIter SegPos = Segments.find(RegPos->start);
46 // We have reached the end of Segments, so it is no longer necessary to search
55 // Remove a live virtual register's segments from this union.
62 // Remove each of the virtual register's live segments from the map.
65 SegmentIter SegPos = Segments.find(RegPos->start);
73 // Skip all segments that may have been coalesced.
88 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
98 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI)
106 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {