Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp49 auto It = ExpressionIndices.find(E); in get()
50 if (It != ExpressionIndices.end()) in get()
54 ExpressionIndices[E] = I; in get()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h162 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable