Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp19 static void sumBranches(size_t &NumBranches, size_t &CoveredBranches, in sumBranches() function
42 sumBranches(NumBranches, CoveredBranches, CE.getBranches()); in sumBranchExpansions()
88 sumBranches(NumBranches, CoveredBranches, CD.getBranches()); in get()