Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DDependenceInfo.cpp320 bool HasReductions = !isl_union_map_is_empty(ReductionTagMap); in calculateDependences() local
330 if (!HasReductions) { in calculateDependences()
492 if (!HasReductions && Level == AL_Statement) { in calculateDependences()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5632 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount() local
5639 !(InterleaveSmallLoopScalarReduction && HasReductions && VF.isScalar())) in selectInterleaveCount()
5747 if (VF.isVector() && HasReductions) { in selectInterleaveCount()
5769 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()
5790 HasReductions && in selectInterleaveCount()
5806 if (HasReductions && TheLoop->getLoopDepth() > 1) { in selectInterleaveCount()