Searched refs:VectorizedLoads (Results 1 – 1 of 1) sorted by relevance
6814 BoUpSLP::ValueSet VectorizedLoads; in getEntryCost() local6824 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()