Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp59 static cl::opt<bool> UserSwitchRangeToICmp( variable
321 if (UserSwitchRangeToICmp.getNumOccurrences()) in applyCommandLineOverridesToOptions()
322 Options.ConvertSwitchRangeToICmp = UserSwitchRangeToICmp; in applyCommandLineOverridesToOptions()