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
48 ConvertSwitchRangeToICmp = B; in convertSwitchRangeToICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp325 Options.ConvertSwitchRangeToICmp = UserSwitchRangeToICmp; in applyCommandLineOverridesToOptions()
357 OS << (Options.ConvertSwitchRangeToICmp ? "" : "no-") in printPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7602 if (Options.ConvertSwitchRangeToICmp && turnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()