Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h25 bool ForwardSwitchCondToPhi = false; member
43 ForwardSwitchCondToPhi = B; in forwardSwitchCondToPhi()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp320 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond; in applyCommandLineOverridesToOptions()
350 OS << (Options.ForwardSwitchCondToPhi ? "" : "no-") << "forward-switch-cond;"; in printPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7144 if (Options.ForwardSwitchCondToPhi && ForwardSwitchConditionToPHI(SI)) in simplifySwitch()