Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8254 SmallVector<const TreeEntry *> FirstEntries(UsedTEs.front().begin(), in isGatherShuffledEntry() local
8256 sort(FirstEntries, [](const TreeEntry *TE1, const TreeEntry *TE2) { in isGatherShuffledEntry()
8260 auto *It = find_if(FirstEntries, [=](const TreeEntry *EntryPtr) { in isGatherShuffledEntry()
8263 if (It != FirstEntries.end()) { in isGatherShuffledEntry()
8274 Entries.push_back(FirstEntries.front()); in isGatherShuffledEntry()