Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp82 bool isProfitable(MachineFunction &MF, ContextMap &CallSeqMap);
156 bool X86CallFrameOptimization::isProfitable(MachineFunction &MF, in isProfitable() function in X86CallFrameOptimization
230 if (!isProfitable(MF, CallSeqMap)) in runOnMachineFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp361 bool isProfitable(unsigned InnerLoopId, unsigned OuterLoopId,
575 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
873 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable() function in LoopInterchangeProfitability