Home
last modified time | relevance | path

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

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