Home
last modified time | relevance | path

Searched refs:collectNestedBranches (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp79 collectNestedBranches(const coverage::CoverageMapping &Coverage, in collectNestedBranches() function
92 auto NestedExBranches = collectNestedBranches(Coverage, NestedExpansions, in collectNestedBranches()
122 collectNestedBranches(Coverage, FileCoverage.getExpansions()); in renderBranchExecutionCounts()
H A DCoverageExporterJson.cpp141 collectNestedBranches(const coverage::CoverageMapping &Coverage, in collectNestedBranches() function
149 auto NestedExBranches = collectNestedBranches(Coverage, NestedExpansions); in collectNestedBranches()
173 renderBranchRegions(collectNestedBranches(Coverage, Expansions))}}); in renderExpansion()