Lines Matching refs:Segment
500 // The live segment might not exist after fun with physreg coalescing.
511 // Get the Segment in IntB that this value number starts with.
517 // Make sure that the end of the live segment is inside the same block as
540 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo));
549 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo));
584 for (LiveRange::Segment &ASeg : IntA.segments) {
607 for (const LiveRange::Segment &S : Src.segments) {
610 Dst.addSegment(LiveRange::Segment(S.start, S.end, DstValNo));
1228 // use was ending a live segment there.