Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8226 SetVector<unsigned> ToAdd, LocalToAdd, Repeated; in gatherPossiblyVectorizableLoads() local
8228 auto *It = FindMatchingLoads(Data, GatheredLoads, LocalToAdd, Repeated, in gatherPossiblyVectorizableLoads()
8231 assert(!LocalToAdd.empty() && "Expected some elements to add."); in gatherPossiblyVectorizableLoads()
8232 for (unsigned Idx : LocalToAdd) in gatherPossiblyVectorizableLoads()
8234 ToAdd.insert_range(LocalToAdd); in gatherPossiblyVectorizableLoads()
8235 It = FindMatchingLoads(Data, GatheredLoads, LocalToAdd, Repeated, Offset, in gatherPossiblyVectorizableLoads()