Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22216 auto RedValsVect = It->second.takeVector(); in matchAssociativeReduction() local
22217 stable_sort(RedValsVect, llvm::less_second()); in matchAssociativeReduction()
22218 for (const std::pair<Value *, unsigned> &Data : RedValsVect) in matchAssociativeReduction()