Searched refs:BestOrder (Results 1 – 1 of 1) sorted by relevance
7296 MutableArrayRef<unsigned> BestOrder = IdentityOrder; in reorderTopToBottom() local7304 Cnt == Pair.second && !BestOrder.empty() && in reorderTopToBottom()7305 isIdentityOrder(BestOrder))) { in reorderTopToBottom()7306 combineOrders(Pair.first, BestOrder); in reorderTopToBottom()7307 BestOrder = Pair.first; in reorderTopToBottom()7310 combineOrders(BestOrder, Pair.first); in reorderTopToBottom()7314 if (isIdentityOrder(BestOrder)) in reorderTopToBottom()7316 fixupOrderingIndices(BestOrder); in reorderTopToBottom()7318 inversePermutation(BestOrder, Mask); in reorderTopToBottom()7319 SmallVector<int> MaskOrder(BestOrder.size(), PoisonMaskElem); in reorderTopToBottom()[all …]