Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2067 return AnalyzedReductionVals.contains(hash_value(VL)); in areAnalyzedReductionVals()
2072 AnalyzedReductionVals.insert(hash_value(VL)); in analyzedReductionVals()
2077 AnalyzedReductionVals.clear(); in clearReductionData()
2672 DenseSet<size_t> AnalyzedReductionVals; member in llvm::slpvectorizer::BoUpSLP