Home
last modified time | relevance | path

Searched refs:CurStartLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp516 auto CurStartLoc = CR.value().startLoc(); in buildSegmentsImpl() local
522 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
527 completeRegionsUntil(CurStartLoc, FirstCompletedRegion); in buildSegmentsImpl()
533 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
540 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()
544 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl()
548 CurStartLoc != Regions[CR.index() + 1].startLoc()) { in buildSegmentsImpl()
551 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()