Searched refs:IsProfitable (Results 1 – 3 of 3) sorted by relevance
169 static ForwardingAction triviallyForwardable(bool IsProfitable, Value *Val) { in triviallyForwardable()172 IsProfitable ? FD_CanForwardProfitably : FD_CanForwardLeaf; in triviallyForwardable()183 bool IsProfitable) { in canForward()186 IsProfitable ? FD_CanForwardProfitably : FD_CanForwardLeaf; in canForward()
17267 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local17305 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()17322 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()
12892 bool IsProfitable = false; in shouldSinkOperands() local12923 IsProfitable = true; in shouldSinkOperands()12926 return IsProfitable; in shouldSinkOperands()