Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp49 static const unsigned MaxProcessedPerValue = 500; variable
498 if (processedCount > MaxProcessedPerValue) { in solve()