Searched refs:HasCount (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 428 bool HasCount = !EmitSkippedRegion && in startSegment() local 434 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount && in startSegment() 439 if (HasCount) in startSegment() 451 << (!Last.HasCount ? ", Skipped" : "") in startSegment() 644 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount) in buildSegments() 816 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats() 823 !LineSegments.front()->HasCount && in LineCoverageStats() 829 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0)); in LineCoverageStats()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 445 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,
|
| /llvm-project-15.0.7/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 | SourceCoverageView.cpp | 92 return S.HasCount && S.Count == 0; in getFirstUncoveredLineNo()
|
| H A D | CoverageExporterJson.cpp | 82 clamp_uint64_to_int64(Segment.Count), Segment.HasCount, in renderSegment()
|
| H A D | SourceCoverageViewHTML.cpp | 546 S->HasCount && S->Count == 0; in renderLine()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | CoverageMappingTest.cpp | 51 if (S.HasCount) in PrintTo()
|