Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageReport.cpp128 unsigned NumRedundant = FirstPathComponents.size(); in getNumRedundantPathComponents() local
130 for (unsigned I = 1, E = Paths.size(); NumRedundant > 0 && I < E; ++I) { in getNumRedundantPathComponents()
136 if (Component.index() >= NumRedundant) in getNumRedundantPathComponents()
142 NumRedundant = Component.index(); in getNumRedundantPathComponents()
148 return NumRedundant; in getNumRedundantPathComponents()
159 unsigned NumRedundant = getNumRedundantPathComponents(Paths); in getRedundantPrefixLen() local
161 for (unsigned I = 0; I < NumRedundant; ++I) { in getRedundantPrefixLen()