Searched refs:isProfitable (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | StableFunctionMap.cpp | 162 static bool isProfitable( in isProfitable() function 250 if (!isProfitable(SFS)) in finalize()
|
| /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 264 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreEmitPeephole.cpp | 332 bool isProfitable(const MachineInstr &MI) { in isProfitable() function in __anona59f01570311::BranchWeightCostModel 382 if (!CostModel.isProfitable(MI)) in mustRetainExeczBranch()
|
| /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 | 183 bool isProfitable(const FlowPattern &FP) const; 498 bool HexagonEarlyIfConversion::isProfitable(const FlowPattern &FP) const { in isProfitable() function in HexagonEarlyIfConversion 625 if (!isProfitable(FP)) { in visitBlock()
|
| H A D | HexagonSplitDouble.cpp | 95 bool isProfitable(const USet &Part, LoopRegMap &IRM) const; 413 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs 1216 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 454 bool isProfitable(const Loop *InnerLoop, const Loop *OuterLoop, 611 if (!LIP.isProfitable(InnerLoop, OuterLoop, InnerLoopId, OuterLoopId, in processLoop() 1356 bool LoopInterchangeProfitability::isProfitable( in isProfitable() function in LoopInterchangeProfitability
|