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.cpp1927 SmallPtrSet<const Value *, 8> ReductionLiveOuts; in canFoldTailByMasking() local
1930 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in canFoldTailByMasking()
1936 if (ReductionLiveOuts.count(AE)) in canFoldTailByMasking()