Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp625 bool AreContiguous = It->OffsetFromLeader == PrevReadEnd; in splitChainByContiguity() local
627 << (AreContiguous ? "" : "not ") << "contiguous: " in splitChainByContiguity()
631 if (AreContiguous) in splitChainByContiguity()