Home
last modified time | relevance | path

Searched refs:CountedBranchRegions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h700 std::vector<CountedRegion> CountedBranchRegions; member
720 CountedBranchRegions.emplace_back(Region, Count, FalseCount, in pushRegion()
725 CountedBranchRegions.back().Folded = true; in pushRegion()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp307 {"branches", renderBranchRegions(F.CountedBranchRegions)}, in renderFunctions()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1417 for (const auto &CR : Function.CountedBranchRegions) in getCoverageForFile()
1472 for (const auto &CR : Function.CountedBranchRegions) in getCoverageForFunction()
1499 for (const auto &CR : Expansion.Function.CountedBranchRegions) in getCoverageForExpansion()