Searched refs:BonusInstThreshold (Results 1 – 3 of 3) sorted by relevance
66 int BonusInstThreshold; member78 : BonusInstThreshold(BonusThreshold), in BonusInstThreshold() function87 BonusInstThreshold = I; in bonusInstThreshold()236 bool FoldBranchToCommonDest(BranchInst *BI, unsigned BonusInstThreshold = 1);
201 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in SimplifyCFGPass()203 : Opts.BonusInstThreshold; in SimplifyCFGPass()244 Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences() in CFGSimplifyPass()
2542 bool llvm::FoldBranchToCommonDest(BranchInst *BI, unsigned BonusInstThreshold) { in FoldBranchToCommonDest() argument2617 if (NumBonusInsts > BonusInstThreshold) in FoldBranchToCommonDest()5799 if (FoldBranchToCommonDest(BI, Options.BonusInstThreshold)) in SimplifyUncondBranch()5863 if (FoldBranchToCommonDest(BI, Options.BonusInstThreshold)) in SimplifyCondBranch()