Searched refs:FirstEntries (Results 1 – 1 of 1) sorted by relevance
8254 SmallVector<const TreeEntry *> FirstEntries(UsedTEs.front().begin(), in isGatherShuffledEntry() local8256 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()