Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6814 BoUpSLP::ValueSet VectorizedLoads; in getEntryCost() local
6824 if (!VectorizedLoads.count(Slice.front()) && in getEntryCost()
6825 !VectorizedLoads.count(Slice.back()) && allSameBlock(Slice)) { in getEntryCost()
6840 VectorizedLoads.insert(Slice.begin(), Slice.end()); in getEntryCost()
6855 if (!VectorizedLoads.empty()) in getEntryCost()
6858 if (!VectorizedLoads.empty()) { in getEntryCost()
6865 if (VectorizedLoads.contains(VL[I])) in getEntryCost()
6871 for (Value *V : VectorizedLoads) { in getEntryCost()