Searched refs:BestOrder (Results 1 – 1 of 1) sorted by relevance
5414 MutableArrayRef<unsigned> BestOrder = IdentityOrder; in reorderTopToBottom() local5422 Cnt == Pair.second && !BestOrder.empty() && in reorderTopToBottom()5423 IsIdentityOrder(BestOrder))) { in reorderTopToBottom()5424 combineOrders(Pair.first, BestOrder); in reorderTopToBottom()5425 BestOrder = Pair.first; in reorderTopToBottom()5428 combineOrders(BestOrder, Pair.first); in reorderTopToBottom()5432 if (IsIdentityOrder(BestOrder)) in reorderTopToBottom()5434 fixupOrderingIndices(BestOrder); in reorderTopToBottom()5436 inversePermutation(BestOrder, Mask); in reorderTopToBottom()5437 SmallVector<int> MaskOrder(BestOrder.size(), PoisonMaskElem); in reorderTopToBottom()[all …]