Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp945 int CurDistance = std::abs(ConsecutiveChain[i] - i); in vectorizeInstructions() local
947 if (j < i || NewDistance > CurDistance) in vectorizeInstructions()