Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp144 unsigned NumRedundant = FirstPathComponents.size(); in getNumRedundantPathComponents() local
146 for (unsigned I = 1, E = Paths.size(); NumRedundant > 0 && I < E; ++I) { in getNumRedundantPathComponents()
152 if (Component.index() >= NumRedundant) in getNumRedundantPathComponents()
158 NumRedundant = Component.index(); in getNumRedundantPathComponents()
164 return NumRedundant; in getNumRedundantPathComponents()
175 unsigned NumRedundant = getNumRedundantPathComponents(Paths); in getRedundantPrefixLen() local
177 for (unsigned I = 0; I < NumRedundant; ++I) { in getRedundantPrefixLen()