Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp51 static cl::opt<unsigned> UserBonusInstThreshold( variable
312 if (UserBonusInstThreshold.getNumOccurrences()) in applyCommandLineOverridesToOptions()
313 Options.BonusInstThreshold = UserBonusInstThreshold; in applyCommandLineOverridesToOptions()