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