Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h26 bool ConvertSwitchRangeToICmp = false; member
47 ConvertSwitchRangeToICmp = B; in convertSwitchRangeToICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp322 Options.ConvertSwitchRangeToICmp = UserSwitchRangeToICmp; in applyCommandLineOverridesToOptions()
351 OS << (Options.ConvertSwitchRangeToICmp ? "" : "no-") in printPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7134 if (Options.ConvertSwitchRangeToICmp && TurnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()