Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp300 Options.BonusInstThreshold = UserBonusInstThreshold; in applyCommandLineOverridesToOptions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp2193 APInt BonusInstThreshold; in parseSimplifyCFGOptions() local
2194 if (ParamName.getAsInteger(0, BonusInstThreshold)) in parseSimplifyCFGOptions()
2200 Result.bonusInstThreshold(BonusInstThreshold.getSExtValue()); in parseSimplifyCFGOptions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3121 unsigned BonusInstThreshold) { in FoldBranchToCommonDest() argument
3215 if (NumBonusInsts > BonusInstThreshold) in FoldBranchToCommonDest()
6342 Options.BonusInstThreshold)) in simplifyUncondBranch()
6406 Options.BonusInstThreshold)) in simplifyCondBranch()