Searched refs:HasReductions (Results 1 – 2 of 2) sorted by relevance
320 bool HasReductions = !isl_union_map_is_empty(ReductionTagMap); in calculateDependences() local330 if (!HasReductions) { in calculateDependences()492 if (!HasReductions && Level == AL_Statement) { in calculateDependences()
5632 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount() local5639 !(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()