Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp55 static cl::opt<bool> UserKeepLoops( variable
320 if (UserKeepLoops.getNumOccurrences()) in applyCommandLineOverridesToOptions()
321 Options.NeedCanonicalLoop = UserKeepLoops; in applyCommandLineOverridesToOptions()