Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8464 int64_t LastDist = LocalLoadsDists.front().second; in tryToVectorizeGatheredLoads() local
8469 assert(LastDist >= L.second && in tryToVectorizeGatheredLoads()
8471 if (static_cast<uint64_t>(LastDist - L.second) == in tryToVectorizeGatheredLoads()
8483 LastDist = L.second; in tryToVectorizeGatheredLoads()