Searched refs:CountedRegion (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 85 json::Array renderRegion(const coverage::CountedRegion &Region) { in renderRegion() 92 json::Array renderBranch(const coverage::CountedRegion &Region) { in renderBranch() 100 json::Array renderRegions(ArrayRef<coverage::CountedRegion> Regions) { in renderRegions() 107 json::Array renderBranchRegions(ArrayRef<coverage::CountedRegion> Regions) { in renderBranchRegions() 115 std::vector<llvm::coverage::CountedRegion> 118 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches()
|
| H A D | SourceCoverageView.h | 72 std::vector<CountedRegion> Regions; 76 BranchView(unsigned Line, ArrayRef<CountedRegion> Regions, in BranchView() 283 void addBranch(unsigned Line, ArrayRef<CountedRegion> Regions,
|
| H A D | CoverageSummaryInfo.cpp | 20 const ArrayRef<CountedRegion> &Branches) { in sumBranches()
|
| H A D | SourceCoverageView.cpp | 172 ArrayRef<CountedRegion> Regions, in addBranch()
|
| H A D | CodeCoverage.cpp | 104 ArrayRef<CountedRegion> Branches, 327 ArrayRef<CountedRegion> Branches, in attachBranchSubViews() 338 std::vector<CountedRegion> ViewBranches; in attachBranchSubViews()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 475 SmallVector<const CountedRegion *, 8> ActiveRegions; 483 void startSegment(const CountedRegion &Region, LineColPair StartLoc, in startSegment() 524 [](const CountedRegion *L, const CountedRegion *R) { in completeRegionsUntil() 571 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl() 578 [&](const CountedRegion *Region) { in buildSegmentsImpl() 621 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions() 622 llvm::sort(Regions, [](const CountedRegion &LHS, const CountedRegion &RHS) { in sortNestedRegions() 643 static ArrayRef<CountedRegion> 644 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions() 679 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 307 struct CountedRegion : public CounterMappingRegion { struct 312 CountedRegion(const CounterMappingRegion &R, uint64_t ExecutionCount) in CountedRegion() argument 316 CountedRegion(const CounterMappingRegion &R, uint64_t ExecutionCount, in CountedRegion() argument 357 std::vector<CountedRegion> CountedRegions; 359 std::vector<CountedRegion> CountedBranchRegions; 428 const CountedRegion &Region; 432 ExpansionRecord(const CountedRegion &Region, in ExpansionRecord() 541 std::vector<CountedRegion> BranchRegions; 567 ArrayRef<CountedRegion> getBranches() const { return BranchRegions; } in getBranches()
|