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. in unify()
37 SegmentIter SegPos = Segments.find(RegPos->start); in unify()
46 // We have reached the end of Segments, so it is no longer necessary to search in unify()
55 // Remove a live virtual register's segments from this union.
62 // Remove each of the virtual register's live segments from the map. in extract()
65 SegmentIter SegPos = Segments.find(RegPos->start); in extract()
73 // Skip all segments that may have been coalesced. in extract()
88 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print()
98 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify()
106 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in getOneVReg()