Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp107 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/
DPGOMemOPSizeOpt.cpp214 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function
292 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/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-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp191 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.cpp102 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/
DLoopInterchange.cpp379 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