Searched refs:VFToOrderedEntries (Results 1 – 1 of 1) sorted by relevance
4308 DenseMap<unsigned, SetVector<TreeEntry *>> VFToOrderedEntries; in reorderTopToBottom() local4328 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()