Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3384 return AnalyzedReductionVals.contains(hash_value(VL)); in areAnalyzedReductionVals()
3389 AnalyzedReductionVals.insert(hash_value(VL)); in analyzedReductionVals()
3394 AnalyzedReductionVals.clear(); in clearReductionData()
4407 DenseSet<size_t> AnalyzedReductionVals; member in llvm::slpvectorizer::BoUpSLP