Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp425 bool HasCount = !EmitSkippedRegion && in startSegment() local
431 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount && in startSegment()
436 if (HasCount) in startSegment()
448 << (!Last.HasCount ? ", Skipped" : "") in startSegment()
641 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount) in buildSegments()
813 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()
820 !LineSegments.front()->HasCount && in LineCoverageStats()
826 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0)); in LineCoverageStats()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h445 bool HasCount; member
452 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment()
458 : Line(Line), Col(Col), Count(Count), HasCount(true), in Line()
462 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry,
464 R.HasCount, R.IsRegionEntry,
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp110 WrappedSegment->HasCount && WrappedSegment->Count == 0) in renderLine()
125 S->HasCount && S->Count == 0) in renderLine()
DSourceCoverageView.cpp92 return S.HasCount && S.Count == 0; in getFirstUncoveredLineNo()
DCoverageExporterJson.cpp82 clamp_uint64_to_int64(Segment.Count), Segment.HasCount, in renderSegment()
DSourceCoverageViewHTML.cpp546 S->HasCount && S->Count == 0; in renderLine()