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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp100 bool isProfitable(MachineFunction &MF, ContextVector &CallSeqMap);
193 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, function in class:X86CallFrameOptimization
265 if (!isProfitable(MF, CallSeqVector))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp276 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { function in namespace:__anon2900
360 if (!isProfitable(C, RemainCount)) {
/netbsd-current/external/apache2/llvm/dist/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;
420 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM) function in class:HexagonSplitDoubleRegs
1224 if (!isProfitable(Part, IRM))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp379 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
549 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) {
1179 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId,

Completed in 225 milliseconds