Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageReport.cpp127 unsigned NumRedundant = FirstPathComponents.size(); in getNumRedundantPathComponents() local
129 for (unsigned I = 1, E = Paths.size(); NumRedundant > 0 && I < E; ++I) { in getNumRedundantPathComponents()
135 if (Component.index() >= NumRedundant) in getNumRedundantPathComponents()
141 NumRedundant = Component.index(); in getNumRedundantPathComponents()
147 return NumRedundant; in getNumRedundantPathComponents()
158 unsigned NumRedundant = getNumRedundantPathComponents(Paths); in getRedundantPrefixLen() local
160 for (unsigned I = 0; I < NumRedundant; ++I) { in getRedundantPrefixLen()