Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1550 SmallPtrSet<const Value *, 8> ReductionLiveOuts; in canFoldTailByMasking() local
1553 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in canFoldTailByMasking()
1559 if (ReductionLiveOuts.count(AE)) in canFoldTailByMasking()