Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6303 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount() local
6310 !(InterleaveSmallLoopScalarReduction && HasReductions && VF.isScalar())) in selectInterleaveCount()
6415 if (VF.isVector() && HasReductions) { in selectInterleaveCount()
6431 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()
6450 if (HasReductions && TheLoop->getLoopDepth() > 1) { in selectInterleaveCount()