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.cpp70 static cl::opt<bool> UserHoistCommonInsts( variable
330 if (UserHoistCommonInsts.getNumOccurrences()) in applyCommandLineOverridesToOptions()
331 Options.HoistCommonInsts = UserHoistCommonInsts; in applyCommandLineOverridesToOptions()