Searched refs:IsProfitable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 889 auto IsProfitable = [](Bonus &B, unsigned Score, unsigned FuncSize, in findSpecializations() local 910 if (!IsProfitable(B, Score, FuncSize, FunctionGrowth[F])) in findSpecializations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 17832 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local 17870 if (!IsProfitable(IsNeg, true, VT)) in combineMUL() 17887 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()
|