Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12363 auto RedValsVect = It->second.takeVector(); in matchAssociativeReduction() local
12364 stable_sort(RedValsVect, llvm::less_second()); in matchAssociativeReduction()
12365 for (const std::pair<Value *, unsigned> &Data : RedValsVect) in matchAssociativeReduction()