Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11239 SmallVector<const TreeEntry *> TempEntries; in isGatherShuffledSingleRegisterEntry() local
11249 Pair.first = TempEntries.size(); in isGatherShuffledSingleRegisterEntry()
11250 TempEntries.push_back(Entries[I]); in isGatherShuffledSingleRegisterEntry()
11252 Entries.swap(TempEntries); in isGatherShuffledSingleRegisterEntry()