Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5277 bool HasReductions = !Legal->getReductionVars()->empty(); in selectInterleaveCount() local
5278 if (TTI.enableAggressiveInterleaving(HasReductions)) { in selectInterleaveCount()