Searched refs:VecReduxCost (Results 1 – 2 of 2) sorted by relevance
4139 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost() local4144 DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()4150 return VecReduxCost - ScalarReduxCost; in getReductionCost()
6891 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost() local6913 LLVM_DEBUG(dbgs() << "SLP: Adding cost " << VecReduxCost - ScalarReduxCost in getReductionCost()6919 return VecReduxCost - ScalarReduxCost; in getReductionCost()