Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp169 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()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17267 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local
17305 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()
17322 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12892 bool IsProfitable = false; in shouldSinkOperands() local
12923 IsProfitable = true; in shouldSinkOperands()
12926 return IsProfitable; in shouldSinkOperands()