Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5259 SmallVector<OrdersType, 1> ExternalUserReorderIndices = in reorderTopToBottom() local
5261 if (!ExternalUserReorderIndices.empty()) { in reorderTopToBottom()
5264 std::move(ExternalUserReorderIndices)); in reorderTopToBottom()
5362 const auto &ExternalUserReorderIndices = It->second; in reorderTopToBottom() local
5368 ExternalUserReorderIndices.size(); in reorderTopToBottom()
5370 for (const OrdersType &ExtOrder : ExternalUserReorderIndices) in reorderTopToBottom()