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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp99 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap);
193 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, function in class:X86CallFrameOptimization
265 if (!isProfitable(MF, CallSeqVector))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp214 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { function in namespace:__anon5607
292 if (!isProfitable(C, RemainCount))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp190 bool isProfitable(const FlowPattern &FP) const;
505 bool HexagonEarlyIfConversion::isProfitable(const FlowPattern &FP) const { function in class:HexagonEarlyIfConversion
634 if (!isProfitable(FP)) {
H A DHexagonSplitDouble.cpp101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
421 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) function in class:HexagonSplitDoubleRegs
1227 if (!isProfitable(Part, IRM))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp380 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
566 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) {
1102 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId,

Completed in 303 milliseconds