Searched refs:CurStartLoc (Results 1 – 1 of 1) sorted by relevance
513 auto CurStartLoc = CR.value().startLoc(); in buildSegmentsImpl() local519 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()524 completeRegionsUntil(CurStartLoc, FirstCompletedRegion); in buildSegmentsImpl()530 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()537 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()541 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl()545 CurStartLoc != Regions[CR.index() + 1].startLoc()) { in buildSegmentsImpl()548 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()