Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h25 bool ForwardSwitchCondToPhi = false; member
42 ForwardSwitchCondToPhi = B; in forwardSwitchCondToPhi()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp315 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond; in applyCommandLineOverridesToOptions()
343 OS << (Options.ForwardSwitchCondToPhi ? "" : "no-") << "forward-switch-cond;"; in printPipeline()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6774 if (Options.ForwardSwitchCondToPhi && ForwardSwitchConditionToPHI(SI)) in simplifySwitch()