Searched refs:isProfitable (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 100 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap); 193 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization 265 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | PruneUnprofitable.cpp | 68 if (!S.isProfitable(true)) { in runPruneUnprofitable()
|
| H A D | ScopInfo.cpp | 1845 bool Scop::isProfitable(bool ScalarsAreUnprofitable) const { in isProfitable() function in Scop
|
| H A D | ScopBuilder.cpp | 3559 if (!scop->isProfitable(UnprofitableScalarAccs)) { in buildScop()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 230 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function 314 if (!isProfitable(C, RemainCount)) { in perform()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonEarlyIfConv.cpp | 190 bool isProfitable(const FlowPattern &FP) const; 505 bool HexagonEarlyIfConversion::isProfitable(const FlowPattern &FP) const { in isProfitable() function in HexagonEarlyIfConversion 634 if (!isProfitable(FP)) { in visitBlock()
|
| H A D | HexagonSplitDouble.cpp | 101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const; 420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs 1223 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 361 bool isProfitable(const Loop *InnerLoop, const Loop *OuterLoop, 564 if (!LIP.isProfitable(InnerLoop, OuterLoop, InnerLoopId, OuterLoopId, in processLoop() 1159 bool LoopInterchangeProfitability::isProfitable( in isProfitable() function in LoopInterchangeProfitability
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 2458 bool isProfitable(bool ScalarsAreUnprofitable) const;
|