Searched refs:ConvertSwitchRangeToICmp (Results 1 – 3 of 3) sorted by relevance
26 bool ConvertSwitchRangeToICmp = false; member48 ConvertSwitchRangeToICmp = B; in convertSwitchRangeToICmp()
325 Options.ConvertSwitchRangeToICmp = UserSwitchRangeToICmp; in applyCommandLineOverridesToOptions()357 OS << (Options.ConvertSwitchRangeToICmp ? "" : "no-") in printPipeline()
7602 if (Options.ConvertSwitchRangeToICmp && turnSwitchRangeIntoICmp(SI, Builder)) in simplifySwitch()