Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4135 int PairwiseRdxCost = TTI->getReductionCost(ReductionOpcode, VecTy, true); in getReductionCost() local
4138 IsPairwiseReduction = PairwiseRdxCost < SplittingRdxCost; in getReductionCost()
4139 int VecReduxCost = IsPairwiseReduction ? PairwiseRdxCost : SplittingRdxCost; in getReductionCost()