Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2602 return AnalyzedReductionVals.contains(hash_value(VL)); in areAnalyzedReductionVals()
2607 AnalyzedReductionVals.insert(hash_value(VL)); in analyzedReductionVals()
2612 AnalyzedReductionVals.clear(); in clearReductionData()
3423 DenseSet<size_t> AnalyzedReductionVals; member in llvm::slpvectorizer::BoUpSLP