Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp57 static cl::opt<bool> UserKeepLoops( variable
289 if (UserKeepLoops.getNumOccurrences()) in applyCommandLineOverridesToOptions()
290 Options.NeedCanonicalLoop = UserKeepLoops; in applyCommandLineOverridesToOptions()