Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15844 const TreeEntry *BestEntry = nullptr; in isGatherShuffledSingleRegisterEntry() local
15852 BestEntry = Entries.front(); in isGatherShuffledSingleRegisterEntry()
15864 BestEntry = Entries[1]; in isGatherShuffledSingleRegisterEntry()
15868 if (BestEntry) { in isGatherShuffledSingleRegisterEntry()
15870 Entries.push_back(BestEntry); in isGatherShuffledSingleRegisterEntry()