Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6351 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount() local
6358 !(InterleaveSmallLoopScalarReduction && HasReductions && VF.isScalar())) in selectInterleaveCount()
6464 if (VF.isVector() && HasReductions) { in selectInterleaveCount()
6480 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()
6500 if (HasReductions && TheLoop->getLoopDepth() > 1) { in selectInterleaveCount()