Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DPruneUnprofitable.cpp82 if (!S.isProfitable(true)) { in runOnScop()
DScopInfo.cpp1948 bool Scop::isProfitable(bool ScalarsAreUnprofitable) const { in isProfitable() function in Scop
DScopBuilder.cpp3742 if (!scop->isProfitable(UnprofitableScalarAccs)) { in buildScop()
/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp86 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap);
173 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization
245 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp99 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap);
193 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization
265 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/X86/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp214 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function
292 if (!isProfitable(C, RemainCount)) in perform()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp275 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function
354 if (!isProfitable(C, RemainCount)) in perform()
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp168 bool isProfitable(const FlowPattern &FP) const;
471 bool HexagonEarlyIfConversion::isProfitable(const FlowPattern &FP) const { in isProfitable() function in HexagonEarlyIfConversion
586 if (!isProfitable(FP)) { in visitBlock()
DHexagonSplitDouble.cpp79 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
375 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs
1188 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/Hexagon/
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()
DHexagonSplitDouble.cpp101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
421 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs
1228 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp375 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
587 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
968 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
DHexagonSplitDouble.cpp101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
421 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs
1227 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp382 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
552 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
1104 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp380 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
566 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
1102 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability
/external/llvm-project/polly/include/polly/
DScopInfo.h2474 bool isProfitable(bool ScalarsAreUnprofitable) const;