Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp46 static cl::opt<unsigned> FuncSpecMaxIters( variable
165 while (Iters++ < FuncSpecMaxIters && Specializer.run()); in runIPSCCP()