Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3708 DenseMap<unsigned, SetVector<TreeEntry *>> VFToOrderedEntries; in reorderTopToBottom() local
3725 for_each(VectorizableTree, [this, &TTIRef, &VFToOrderedEntries, in reorderTopToBottom()
3733 VFToOrderedEntries[TE->Scalars.size()].insert(TE.get()); in reorderTopToBottom()
3753 VFToOrderedEntries[TE->Scalars.size()].insert(TE.get()); in reorderTopToBottom()
3781 VFToOrderedEntries[TE->Scalars.size()].insert(TE.get()); in reorderTopToBottom()
3790 auto It = VFToOrderedEntries.find(VF); in reorderTopToBottom()
3791 if (It == VFToOrderedEntries.end()) in reorderTopToBottom()