Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4333 SmallVector<OrdersType, 1> ExternalUserReorderIndices = in reorderTopToBottom() local
4335 if (!ExternalUserReorderIndices.empty()) { in reorderTopToBottom()
4338 std::move(ExternalUserReorderIndices)); in reorderTopToBottom()
4444 const auto &ExternalUserReorderIndices = It->second; in reorderTopToBottom() local
4450 ExternalUserReorderIndices.size(); in reorderTopToBottom()
4452 for (const OrdersType &ExtOrder : ExternalUserReorderIndices) in reorderTopToBottom()