Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3730 SmallVector<OrdersType, 1> ExternalUserReorderIndices = in reorderTopToBottom() local
3732 if (!ExternalUserReorderIndices.empty()) { in reorderTopToBottom()
3735 std::move(ExternalUserReorderIndices)); in reorderTopToBottom()
3826 const auto &ExternalUserReorderIndices = It->second; in reorderTopToBottom() local
3827 for (const OrdersType &ExtOrder : ExternalUserReorderIndices) in reorderTopToBottom()