Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3731 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost() local
3736 DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()
3742 return VecReduxCost - ScalarReduxCost; in getReductionCost()