Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp51 auto It = ExpressionIndices.find(E); in get()
52 if (It != ExpressionIndices.end()) in get()
56 ExpressionIndices[E] = I; in get()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h178 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable