Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1365 SmallPtrSet<const Value *, 8> ReductionLiveOuts; in prepareToFoldTailByMasking() local
1368 ReductionLiveOuts.insert(Reduction.second.getLoopExitInstr()); in prepareToFoldTailByMasking()
1374 if (ReductionLiveOuts.count(AE)) in prepareToFoldTailByMasking()