Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp48 auto It = ExpressionIndices.find(E); in get()
49 if (It != ExpressionIndices.end()) in get()
53 ExpressionIndices[E] = I; in get()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h165 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable