Searched refs:FoldBranchToCommonDest (Results 1 – 3 of 3) sorted by relevance
236 bool FoldBranchToCommonDest(BranchInst *BI, unsigned BonusInstThreshold = 1);
640 if (!FoldBranchToCommonDest(BI)) in simplifyOneLoop()
2542 bool llvm::FoldBranchToCommonDest(BranchInst *BI, unsigned BonusInstThreshold) { in FoldBranchToCommonDest() function in llvm5799 if (FoldBranchToCommonDest(BI, Options.BonusInstThreshold)) in SimplifyUncondBranch()5863 if (FoldBranchToCommonDest(BI, Options.BonusInstThreshold)) in SimplifyCondBranch()