Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp640 DenseMap<const Value *, unsigned> ProcessedCount; member in __anonc9d17a0b0311::NewGVN
2984 ProcessedCount.clear(); in cleanupTables()
3032 if (ProcessedCount.count(V) == 0) { in updateProcessedCount()
3033 ProcessedCount.insert({V, 1}); in updateProcessedCount()
3035 ++ProcessedCount[V]; in updateProcessedCount()
3036 assert(ProcessedCount[V] < 100 && in updateProcessedCount()