Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4335 SmallVector<int> NewReuses; in reorderTopToBottom() local
4336 inversePermutation(CurrentOrder, NewReuses); in reorderTopToBottom()
4337 addMask(NewReuses, TE->ReuseShuffleIndices); in reorderTopToBottom()
4338 TE->ReuseShuffleIndices.swap(NewReuses); in reorderTopToBottom()