Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11143 SmallVector<const TreeEntry *> SecondEntries(UsedTEs.back().begin(), in isGatherShuffledSingleRegisterEntry() local
11145 sort(SecondEntries, [](const TreeEntry *TE1, const TreeEntry *TE2) { in isGatherShuffledSingleRegisterEntry()
11148 for (const TreeEntry *TE : SecondEntries) { in isGatherShuffledSingleRegisterEntry()
11164 Entries.push_back(SecondEntries.front()); in isGatherShuffledSingleRegisterEntry()