Searched refs:HasReductions (Results 1 – 4 of 4) sorted by relevance
321 bool HasReductions = !isl_union_map_is_empty(ReductionTagMap); in calculateDependences() local331 if (!HasReductions) { in calculateDependences()493 if (!HasReductions && Level == AL_Statement) { in calculateDependences()
5913 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount() local5920 !(InterleaveSmallLoopScalarReduction && HasReductions && VF.isScalar())) in selectInterleaveCount()6023 if (VF.isVector() && HasReductions) { in selectInterleaveCount()6039 TTI.enableAggressiveInterleaving(HasReductions); in selectInterleaveCount()6058 if (HasReductions && TheLoop->getLoopDepth() > 1) { in selectInterleaveCount()
5515 bool HasReductions = (Legal->getReductionVars()->size() > 0); in selectInterleaveCount() local5516 if (TTI.enableAggressiveInterleaving(HasReductions)) { in selectInterleaveCount()
5348 bool HasReductions = !Legal->getReductionVars()->empty(); in selectInterleaveCount() local5349 if (TTI.enableAggressiveInterleaving(HasReductions)) { in selectInterleaveCount()