Searched refs:isProfitable (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 100 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap); 193 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization 265 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 225 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function 309 if (!isProfitable(C, RemainCount)) { in perform()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonEarlyIfConv.cpp | 190 bool isProfitable(const FlowPattern &FP) const; 505 bool HexagonEarlyIfConversion::isProfitable(const FlowPattern &FP) const { in isProfitable() function in HexagonEarlyIfConversion 632 if (!isProfitable(FP)) { in visitBlock()
|
| H A D | HexagonSplitDouble.cpp | 101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const; 419 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs 1222 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 306 bool isProfitable(const Loop *InnerLoop, const Loop *OuterLoop, 516 if (!LIP.isProfitable(InnerLoop, OuterLoop, InnerLoopId, OuterLoopId, in processLoop() 1153 bool LoopInterchangeProfitability::isProfitable( in isProfitable() function in LoopInterchangeProfitability
|