Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4318 DenseMap<const TreeEntry *, OrdersType> AltShufflesToOrders; in reorderTopToBottom() local
4330 &AltShufflesToOrders, &PhisToOrders]( in reorderTopToBottom()
4357 AltShufflesToOrders.try_emplace(TE.get(), OrdersType()); in reorderTopToBottom()
4420 const auto &Order = [OpTE, &GathersToOrders, &AltShufflesToOrders, in reorderTopToBottom()
4429 auto It = AltShufflesToOrders.find(OpTE); in reorderTopToBottom()
4430 if (It != AltShufflesToOrders.end()) in reorderTopToBottom()