Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3839 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost() local
3844 DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()
3850 return VecReduxCost - ScalarReduxCost; in getReductionCost()