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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1639 // isProfitableIncrement - Returns true if IncExpr can be profitably added to
1641 bool isProfitableIncrement(const SCEV *OperExpr,
2530 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, function in class:IVChain
2672 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) {

Completed in 78 milliseconds