Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp47 auto It = ExpressionIndices.find(E); in get()
48 if (It != ExpressionIndices.end()) in get()
52 ExpressionIndices[E] = I; in get()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h169 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable