Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp640 DenseMap<const Value *, unsigned> ProcessedCount; member in __anon46287ded0311::NewGVN
2987 ProcessedCount.clear(); in cleanupTables()
3035 if (ProcessedCount.count(V) == 0) { in updateProcessedCount()
3036 ProcessedCount.insert({V, 1}); in updateProcessedCount()
3038 ++ProcessedCount[V]; in updateProcessedCount()
3039 assert(ProcessedCount[V] < 100 && in updateProcessedCount()