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