Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp644 DenseMap<const Value *, unsigned> ProcessedCount; member in __anon1f4f44df0211::NewGVN
2971 ProcessedCount.clear(); in cleanupTables()
3020 if (ProcessedCount.count(V) == 0) { in updateProcessedCount()
3021 ProcessedCount.insert({V, 1}); in updateProcessedCount()
3023 ++ProcessedCount[V]; in updateProcessedCount()
3024 assert(ProcessedCount[V] < 100 && in updateProcessedCount()