Home
last modified time | relevance | path

Searched refs:isProfitable (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp100 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 DPruneUnprofitable.cpp68 if (!S.isProfitable(true)) { in runPruneUnprofitable()
H A DScopInfo.cpp1845 bool Scop::isProfitable(bool ScalarsAreUnprofitable) const { in isProfitable() function in Scop
H A DScopBuilder.cpp3559 if (!scop->isProfitable(UnprofitableScalarAccs)) { in buildScop()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp230 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 DHexagonEarlyIfConv.cpp190 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 DHexagonSplitDouble.cpp101 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 DLoopInterchange.cpp361 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 DScopInfo.h2458 bool isProfitable(bool ScalarsAreUnprofitable) const;