Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp34 auto It = ExpressionIndices.find(E); in get()
35 if (It != ExpressionIndices.end()) in get()
39 ExpressionIndices[E] = I; in get()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp48 auto It = ExpressionIndices.find(E); in get()
49 if (It != ExpressionIndices.end()) in get()
53 ExpressionIndices[E] = I; in get()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp48 auto It = ExpressionIndices.find(E); in get()
49 if (It != ExpressionIndices.end()) in get()
53 ExpressionIndices[E] = I; in get()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h155 llvm::DenseMap<CounterExpression, unsigned> ExpressionIndices; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h161 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h163 DenseMap<CounterExpression, unsigned> ExpressionIndices; variable