Searched refs:HasCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 335 bool HasCount = !EmitSkippedRegion && in startSegment() local 341 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount && in startSegment() 346 if (HasCount) in startSegment() 358 << (!Last.HasCount ? ", Skipped" : "") in startSegment() 694 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats() 701 !LineSegments.front()->HasCount && in LineCoverageStats() 707 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0)); in LineCoverageStats()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 389 bool HasCount; member 396 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment() 401 : Line(Line), Col(Col), Count(Count), HasCount(true), in Line() 405 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry, 407 R.HasCount, R.IsRegionEntry,
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 110 WrappedSegment->HasCount && WrappedSegment->Count == 0) in renderLine() 125 S->HasCount && S->Count == 0) in renderLine()
|
| H A D | CoverageExporterJson.cpp | 60 Segment.HasCount, Segment.IsRegionEntry}); in renderSegment()
|
| H A D | SourceCoverageView.cpp | 93 return S.HasCount && S.Count == 0; in getFirstUncoveredLineNo()
|
| H A D | SourceCoverageViewHTML.cpp | 542 S->HasCount && S->Count == 0; in renderLine()
|