Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1202 auto CurStartLoc = CR.value().startLoc(); in buildSegmentsImpl() local
1208 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
1213 completeRegionsUntil(CurStartLoc, FirstCompletedRegion); in buildSegmentsImpl()
1219 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
1226 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()
1230 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl()
1234 CurStartLoc != Regions[CR.index() + 1].startLoc()) { in buildSegmentsImpl()
1237 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()