Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp289 std::vector<Chain> splitChainByAlignment(Chain &C);
514 for (auto &C : splitChainByAlignment(C)) in runOnChain()
669 std::vector<Chain> Vectorizer::splitChainByAlignment(Chain &C) { in splitChainByAlignment() function in Vectorizer