Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h181 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp52 auto [It, Inserted] = ExpressionIndices.try_emplace(E, Expressions.size()); in get()