Home
last modified time | relevance | path

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

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