Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9504 SmallVector<const TreeEntry *> FirstEntries(UsedTEs.front().begin(), in isGatherShuffledSingleRegisterEntry() local
9506 sort(FirstEntries, [](const TreeEntry *TE1, const TreeEntry *TE2) { in isGatherShuffledSingleRegisterEntry()
9510 auto *It = find_if(FirstEntries, [=](const TreeEntry *EntryPtr) { in isGatherShuffledSingleRegisterEntry()
9513 if (It != FirstEntries.end() && in isGatherShuffledSingleRegisterEntry()
9534 Entries.push_back(FirstEntries.front()); in isGatherShuffledSingleRegisterEntry()