Searched refs:LoadsDists (Results 1 – 1 of 1) sorted by relevance
8451 for (ArrayRef<std::pair<LoadInst *, int64_t>> LoadsDists : in tryToVectorizeGatheredLoads()8453 if (LoadsDists.size() <= 1) { in tryToVectorizeGatheredLoads()8454 NonVectorized.push_back(LoadsDists.back().first); in tryToVectorizeGatheredLoads()8458 LoadsDists); in tryToVectorizeGatheredLoads()8459 SmallVector<LoadInst *> OriginalLoads(make_first_range(LoadsDists)); in tryToVectorizeGatheredLoads()8694 [](unsigned S, ArrayRef<std::pair<LoadInst *, int64_t>> LoadsDists) in tryToVectorizeGatheredLoads()8695 -> unsigned { return S + LoadsDists.size(); }) != in tryToVectorizeGatheredLoads() argument