Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyCFGOptions.h24 int BonusInstThreshold = 1; member
37 BonusInstThreshold = I; in bonusInstThreshold()
H A DLocal.h191 unsigned BonusInstThreshold = 1);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp284 Options.BonusInstThreshold = UserBonusInstThreshold; in applyCommandLineOverridesToOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp2192 APInt BonusInstThreshold; in parseSimplifyCFGOptions() local
2193 if (ParamName.getAsInteger(0, BonusInstThreshold)) in parseSimplifyCFGOptions()
2199 Result.bonusInstThreshold(BonusInstThreshold.getSExtValue()); in parseSimplifyCFGOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3182 unsigned BonusInstThreshold) { in FoldBranchToCommonDest() argument
3279 if (NumBonusInsts > BonusInstThreshold) in FoldBranchToCommonDest()
6479 Options.BonusInstThreshold)) in simplifyUncondBranch()
6543 Options.BonusInstThreshold)) in simplifyCondBranch()