Home
last modified time | relevance | path

Searched refs:IsProfitable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp948 auto IsProfitable = [&]() -> bool { in findSpecializations() local
991 if (!IsProfitable()) in findSpecializations()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp19046 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local
19085 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()
19102 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()