Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp55 static cl::opt<bool> UserKeepLoops( variable
325 if (UserKeepLoops.getNumOccurrences()) in applyCommandLineOverridesToOptions()
326 Options.NeedCanonicalLoop = UserKeepLoops; in applyCommandLineOverridesToOptions()