Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9551 SmallVector<const TreeEntry *> SecondEntries(UsedTEs.back().begin(), in isGatherShuffledSingleRegisterEntry() local
9553 sort(SecondEntries, [](const TreeEntry *TE1, const TreeEntry *TE2) { in isGatherShuffledSingleRegisterEntry()
9556 for (const TreeEntry *TE : SecondEntries) { in isGatherShuffledSingleRegisterEntry()
9573 Entries.push_back(SecondEntries.front()); in isGatherShuffledSingleRegisterEntry()