Searched refs:CountedRegion (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterLcov.cpp | 78 std::vector<llvm::coverage::CountedRegion> 82 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() 108 bool sortLine(llvm::coverage::CountedRegion I, in sortLine() 109 llvm::coverage::CountedRegion J) { in sortLine() 117 std::vector<llvm::coverage::CountedRegion> Branches = in renderBranchExecutionCounts() 121 std::vector<llvm::coverage::CountedRegion> ExBranches = in renderBranchExecutionCounts()
|
H A D | CoverageExporterJson.cpp | 89 json::Array renderRegion(const coverage::CountedRegion &Region) { in renderRegion() 96 json::Array renderBranch(const coverage::CountedRegion &Region) { in renderBranch() 118 json::Array renderRegions(ArrayRef<coverage::CountedRegion> Regions) { in renderRegions() 125 json::Array renderBranchRegions(ArrayRef<coverage::CountedRegion> Regions) { in renderBranchRegions() 140 std::vector<llvm::coverage::CountedRegion> 143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches()
|
H A D | SourceCoverageView.h | 72 SmallVector<CountedRegion, 0> Regions; 75 BranchView(unsigned Line, SmallVector<CountedRegion, 0> Regions) in BranchView() 302 void addBranch(unsigned Line, SmallVector<CountedRegion, 0> Regions);
|
H A D | CoverageSummaryInfo.cpp | 20 const ArrayRef<CountedRegion> &Branches) { in sumBranches()
|
H A D | SourceCoverageView.cpp | 178 SmallVector<CountedRegion, 0> Regions) { in addBranch() argument
|
H A D | CodeCoverage.cpp | 104 ArrayRef<CountedRegion> Branches); 330 ArrayRef<CountedRegion> Branches) { in attachBranchSubViews() 339 SmallVector<CountedRegion, 0> ViewBranches; in attachBranchSubViews()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1104 SmallVector<const CountedRegion *, 8> ActiveRegions; 1112 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() 1153 [](const CountedRegion *L, const CountedRegion *R) { in completeRegionsUntil() 1200 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl() 1207 [&](const CountedRegion *Region) { in buildSegmentsImpl() 1250 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions() 1251 llvm::sort(Regions, [](const CountedRegion &LHS, const CountedRegion &RHS) { in sortNestedRegions() 1272 static ArrayRef<CountedRegion> 1273 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions() 1314 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 358 struct CountedRegion : public CounterMappingRegion { struct 364 CountedRegion(const CounterMappingRegion &R, uint64_t ExecutionCount, in CountedRegion() argument 370 CountedRegion(const CounterMappingRegion &R, uint64_t ExecutionCount, in CountedRegion() function 698 std::vector<CountedRegion> CountedRegions; 700 std::vector<CountedRegion> CountedBranchRegions; 778 const CountedRegion &Region; 782 ExpansionRecord(const CountedRegion &Region, in ExpansionRecord() 891 std::vector<CountedRegion> BranchRegions; 918 ArrayRef<CountedRegion> getBranches() const { return BranchRegions; } in getBranches()
|