Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp423 auto CurStartLoc = CR.value().startLoc(); in buildSegmentsImpl() local
429 return !(Region->endLoc() <= CurStartLoc); in buildSegmentsImpl()
434 completeRegionsUntil(CurStartLoc, FirstCompletedRegion); in buildSegmentsImpl()
440 if (CurStartLoc == CR.value().endLoc()) { in buildSegmentsImpl()
445 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()
449 CurStartLoc != Regions[CR.index() + 1].startLoc()) { in buildSegmentsImpl()
452 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()