Searched refs:BonusInstThreshold (Results 1 – 5 of 5) sorted by relevance
24 int BonusInstThreshold = 1; member37 BonusInstThreshold = I; in bonusInstThreshold()
191 unsigned BonusInstThreshold = 1);
300 Options.BonusInstThreshold = UserBonusInstThreshold; in applyCommandLineOverridesToOptions()
2193 APInt BonusInstThreshold; in parseSimplifyCFGOptions() local2194 if (ParamName.getAsInteger(0, BonusInstThreshold)) in parseSimplifyCFGOptions()2200 Result.bonusInstThreshold(BonusInstThreshold.getSExtValue()); in parseSimplifyCFGOptions()
3121 unsigned BonusInstThreshold) { in FoldBranchToCommonDest() argument3215 if (NumBonusInsts > BonusInstThreshold) in FoldBranchToCommonDest()6342 Options.BonusInstThreshold)) in simplifyUncondBranch()6406 Options.BonusInstThreshold)) in simplifyCondBranch()