/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-7.0/llvm/lib/Target/X86/ |
D | X86CallFrameOptimization.cpp | 107 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap); 191 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization 263 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.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/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/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-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 191 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 | 102 bool isProfitable(const USet &Part, LoopRegMap &IRM) const; 422 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs 1228 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 379 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId, 591 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop() 1144 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability
|