Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp86 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap);
174 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization
244 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp170 bool isProfitable(const FlowPattern &FP) const;
473 bool HexagonEarlyIfConversion::isProfitable(const FlowPattern &FP) const { in isProfitable() function in HexagonEarlyIfConversion
588 if (!isProfitable(FP)) { in visitBlock()
DHexagonSplitDouble.cpp80 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
388 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs
1198 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp376 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
589 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
972 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability