Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp103 static cl::opt<int> MaxPotentialValuesIterations( variable
11341 if (Iteration++ >= MaxPotentialValuesIterations) { in genericValueTraversal()