Searched refs:MaxConsecutiveDistance (Results 1 – 1 of 1) sorted by relevance
8462 unsigned MaxConsecutiveDistance = 0; in tryToVectorizeGatheredLoads() local8474 MaxConsecutiveDistance = in tryToVectorizeGatheredLoads()8475 std::max(MaxConsecutiveDistance, CurrentConsecutiveDist); in tryToVectorizeGatheredLoads()8489 MaxConsecutiveDistance = Loads.size(); in tryToVectorizeGatheredLoads()8490 else if (MaxConsecutiveDistance < 2) in tryToVectorizeGatheredLoads()8496 Final, MaxConsecutiveDistance); in tryToVectorizeGatheredLoads()8499 MaxConsecutiveDistance == Loads.size() && in tryToVectorizeGatheredLoads()