Home
last modified time | relevance | path

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

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