Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h109 bool vectorizeStoreChains(slpvectorizer::BoUpSLP &R);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5656 Changed |= vectorizeStoreChains(R); in runImpl()
7465 bool SLPVectorizerPass::vectorizeStoreChains(BoUpSLP &R) { in vectorizeStoreChains() function in SLPVectorizerPass