Searched refs:CountedBranchRegions (Results 1 – 3 of 3) sorted by relevance
355 std::vector<CountedRegion> CountedBranchRegions; member368 CountedBranchRegions.emplace_back(Region, Count, FalseCount); in pushRegion()372 CountedBranchRegions.back().Folded = true; in pushRegion()
720 for (const auto &CR : Function.CountedBranchRegions) in getCoverageForFile()771 for (const auto &CR : Function.CountedBranchRegions) in getCoverageForFunction()793 for (const auto &CR : Expansion.Function.CountedBranchRegions) in getCoverageForExpansion()
267 {"branches", renderBranchRegions(F.CountedBranchRegions)}, in renderFunctions()