Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h85 DenseMap<const Instruction *, unsigned> ScaledReductionMap; variable
159 auto It = ScaledReductionMap.find(ExitInst); in getScalingForReduction()
160 return It == ScaledReductionMap.end() ? std::nullopt in getScalingForReduction()
H A DLoopVectorize.cpp8074 ScaledReductionMap.try_emplace(Chain.Reduction, Pair.second); in collectScaledReductions()