Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4308 DenseMap<unsigned, SetVector<TreeEntry *>> VFToOrderedEntries; in reorderTopToBottom() local
4328 for_each(VectorizableTree, [this, &TTIRef, &VFToOrderedEntries, in reorderTopToBottom()
4336 VFToOrderedEntries[TE->getVectorFactor()].insert(TE.get()); in reorderTopToBottom()
4356 VFToOrderedEntries[TE->getVectorFactor()].insert(TE.get()); in reorderTopToBottom()
4384 VFToOrderedEntries[TE->getVectorFactor()].insert(TE.get()); in reorderTopToBottom()
4398 auto It = VFToOrderedEntries.find(VF); in reorderTopToBottom()
4399 if (It == VFToOrderedEntries.end()) in reorderTopToBottom()