Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp76 static cl::opt<bool> UserSinkCommonInsts( variable
329 if (UserSinkCommonInsts.getNumOccurrences()) in applyCommandLineOverridesToOptions()
330 Options.SinkCommonInsts = UserSinkCommonInsts; in applyCommandLineOverridesToOptions()