/external/llvm-project/polly/lib/Analysis/ |
D | PruneUnprofitable.cpp | 82 if (!S.isProfitable(true)) { in runOnScop()
|
D | ScopInfo.cpp | 1948 bool Scop::isProfitable(bool ScalarsAreUnprofitable) const { in isProfitable() function in Scop
|
D | ScopBuilder.cpp | 3742 if (!scop->isProfitable(UnprofitableScalarAccs)) { in buildScop()
|
/external/llvm/lib/Target/X86/ |
D | X86CallFrameOptimization.cpp | 86 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/ |
D | X86CallFrameOptimization.cpp | 99 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/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 214 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/ |
D | PGOMemOPSizeOpt.cpp | 275 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function 354 if (!isProfitable(C, RemainCount)) in perform()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 168 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()
|
D | HexagonSplitDouble.cpp | 79 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/ |
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()
|
D | HexagonSplitDouble.cpp | 101 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/ |
D | LoopInterchange.cpp | 375 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/ |
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()
|
D | HexagonSplitDouble.cpp | 101 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/ |
D | LoopInterchange.cpp | 382 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/ |
D | LoopInterchange.cpp | 380 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/ |
D | ScopInfo.h | 2474 bool isProfitable(bool ScalarsAreUnprofitable) const;
|