Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp65 static cl::opt<bool> UserForwardSwitchCond( variable
285 if (UserForwardSwitchCond.getNumOccurrences()) in applyCommandLineOverridesToOptions()
286 Options.ForwardSwitchCondToPhi = UserForwardSwitchCond; in applyCommandLineOverridesToOptions()