Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp68 static cl::opt<bool> UserForwardSwitchCond( variable
314 if (UserForwardSwitchCond.getNumOccurrences()) in applyCommandLineOverridesToOptions()
315 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond; in applyCommandLineOverridesToOptions()