Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4857 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount() local
4999 if (VF.isVector() && HasReductions) { in selectInterleaveCount()
5021 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()
5042 HasReductions && in selectInterleaveCount()
5058 if (HasReductions && TheLoop->getLoopDepth() > 1) { in selectInterleaveCount()