Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp426 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() function in __anon5c062acd0311::SegmentBuilder
495 startSegment(*CompletedRegion, CompletedSegmentLoc, false); in completeRegionsUntil()
502 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(), in completeRegionsUntil()
507 startSegment(*Last, Last->endLoc(), false, true); in completeRegionsUntil()
539 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
544 startSegment(*ActiveRegions.back(), CurStartLoc, false); in buildSegmentsImpl()
551 startSegment(CR.value(), CurStartLoc, !GapRegion); in buildSegmentsImpl()