Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2592 return AnalyzedReductionsRoots.count(I); in isAnalyzedReductionRoot()
2597 AnalyzedReductionsRoots.insert(I); in analyzedReductionRoot()
2611 AnalyzedReductionsRoots.clear(); in clearReductionData()
3420 SmallPtrSet<Instruction *, 16> AnalyzedReductionsRoots; member in llvm::slpvectorizer::BoUpSLP