Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp72 static cl::opt<bool> UserHoistCommonInsts( variable
327 if (UserHoistCommonInsts.getNumOccurrences()) in applyCommandLineOverridesToOptions()
328 Options.HoistCommonInsts = UserHoistCommonInsts; in applyCommandLineOverridesToOptions()