Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5990 BoUpSLP::ValueSet VectorizedLoads; in getEntryCost() local
6000 if (!VectorizedLoads.count(Slice.front()) && in getEntryCost()
6001 !VectorizedLoads.count(Slice.back()) && allSameBlock(Slice)) { in getEntryCost()
6016 VectorizedLoads.insert(Slice.begin(), Slice.end()); in getEntryCost()
6031 if (!VectorizedLoads.empty()) in getEntryCost()
6034 if (!VectorizedLoads.empty()) { in getEntryCost()
6041 if (VectorizedLoads.contains(VL[I])) in getEntryCost()
6047 for (Value *V : VectorizedLoads) { in getEntryCost()