Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8131 SmallVector<DenseMap<int64_t, LoadInst *>> ClusteredDistToLoad; in gatherPossiblyVectorizableLoads() local
8139 for (auto [Map, Data] : zip(ClusteredDistToLoad, ClusteredLoads)) { in gatherPossiblyVectorizableLoads()
8165 ClusteredDistToLoad.emplace_back().try_emplace(0, LI); in gatherPossiblyVectorizableLoads()