Searched refs:SplittingRdxCost (Results 1 – 1 of 1) sorted by relevance
3836 int SplittingRdxCost = TTI->getReductionCost(ReductionOpcode, VecTy, false); in getReductionCost() local3838 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()3839 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()