Searched refs:CountedBranchRegions (Results 1 – 3 of 3) sorted by relevance
700 std::vector<CountedRegion> CountedBranchRegions; member720 CountedBranchRegions.emplace_back(Region, Count, FalseCount, in pushRegion()725 CountedBranchRegions.back().Folded = true; in pushRegion()
307 {"branches", renderBranchRegions(F.CountedBranchRegions)}, in renderFunctions()
1417 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()