Lines Matching refs:Segment
510 // The live segment might not exist after fun with physreg coalescing.
521 // Get the Segment in IntB that this value number starts with.
527 // Make sure that the end of the live segment is inside the same block as
550 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo));
559 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo));
594 for (LiveRange::Segment &ASeg : IntA.segments) {
617 for (const LiveRange::Segment &S : Src.segments) {
620 Dst.addSegment(LiveRange::Segment(S.start, S.end, DstValNo));
1235 // use was ending a live segment there.