Searched refs:LocalLoadsDists (Results 1 – 1 of 1) sorted by relevance
8457 SmallVector<std::pair<LoadInst *, int64_t>> LocalLoadsDists( in tryToVectorizeGatheredLoads() local8460 stable_sort(LocalLoadsDists, LoadSorter); in tryToVectorizeGatheredLoads()8464 int64_t LastDist = LocalLoadsDists.front().second; in tryToVectorizeGatheredLoads()8466 for (const std::pair<LoadInst *, int64_t> &L : LocalLoadsDists) { in tryToVectorizeGatheredLoads()