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