Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp103 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap);
187 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization
259 if (!isProfitable(MF, CallSeqVector)) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp214 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() function
292 if (!isProfitable(C, RemainCount)) in perform()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp191 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.cpp102 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
422 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) in isProfitable() function in HexagonSplitDoubleRegs
1228 if (!isProfitable(Part, IRM)) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp380 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
568 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
1101 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability