Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp611 int NewDistance = std::abs(ConsecutiveChain[i] - j); in vectorizeInstructions() local
612 if (j < i || NewDistance > CurDistance) in vectorizeInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp854 int NewDistance = std::abs(ConsecutiveChain[i] - j); in vectorizeInstructions() local
855 if (j < i || NewDistance > CurDistance) in vectorizeInstructions()