Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp34 auto It = ExpressionIndices.find(E); in get()
35 if (It != ExpressionIndices.end()) in get()
39 ExpressionIndices[E] = I; in get()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h155 llvm::DenseMap<CounterExpression, unsigned> ExpressionIndices; variable