Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp276 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function
360 if (!isProfitable(C, RemainCount)) { in perform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A 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()
H A DHexagonSplitDouble.cpp101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs
1224 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp379 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
549 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
1179 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability