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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1482 // isProfitableIncrement - Returns true if IncExpr can be profitably added to
1484 bool isProfitableIncrement(const SCEV *OperExpr,
2367 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, function in class:IVChain
2509 if (Chain.isProfitableIncrement(OperExpr, IncExpr, SE)) {

Completed in 131 milliseconds