Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp225 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 DHexagonEarlyIfConv.cpp190 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 DHexagonSplitDouble.cpp101 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 DLoopInterchange.cpp306 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