Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h26 bool ConvertSwitchRangeToICmp = false; member
46 ConvertSwitchRangeToICmp = B; in convertSwitchRangeToICmp()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp317 Options.ConvertSwitchRangeToICmp = UserSwitchRangeToICmp; in applyCommandLineOverridesToOptions()
344 OS << (Options.ConvertSwitchRangeToICmp ? "" : "no-") in printPipeline()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6764 if (Options.ConvertSwitchRangeToICmp && TurnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()