Searched refs:ExpressionIndices (Results 1 – 4 of 4) sorted by relevance
34 auto It = ExpressionIndices.find(E); in get()35 if (It != ExpressionIndices.end()) in get()39 ExpressionIndices[E] = I; in get()
49 auto It = ExpressionIndices.find(E); in get()50 if (It != ExpressionIndices.end()) in get()54 ExpressionIndices[E] = I; in get()
155 llvm::DenseMap<CounterExpression, unsigned> ExpressionIndices; variable
162 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable