Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp321 bool HasReductions = !isl_union_map_is_empty(ReductionTagMap); in calculateDependences() local
331 if (!HasReductions) { in calculateDependences()
493 if (!HasReductions && Level == AL_Statement) { in calculateDependences()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5913 const bool HasReductions = !Legal->getReductionVars().empty(); in selectInterleaveCount() local
5920 !(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()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5515 bool HasReductions = (Legal->getReductionVars()->size() > 0); in selectInterleaveCount() local
5516 if (TTI.enableAggressiveInterleaving(HasReductions)) { in selectInterleaveCount()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5348 bool HasReductions = !Legal->getReductionVars()->empty(); in selectInterleaveCount() local
5349 if (TTI.enableAggressiveInterleaving(HasReductions)) { in selectInterleaveCount()