Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.cpp49 llvm::SmallVector<uint64_t, 16> ExecutionCounts; in get() local
50 ExecutionCounts.resize(LineCount, 0); in get()
61 ExecutionCounts[I - LineStart] = ExecutionCount; in get()
63 CoveredLines += LineCount - std::count(ExecutionCounts.begin(), in get()
64 ExecutionCounts.end(), 0); in get()