Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp209 class LoadStoreVectorizerLegacyPass : public FunctionPass { class
213 LoadStoreVectorizerLegacyPass() : FunctionPass(ID) { in LoadStoreVectorizerLegacyPass() function in __anon4339f17d0111::LoadStoreVectorizerLegacyPass
234 char LoadStoreVectorizerLegacyPass::ID = 0;
236 INITIALIZE_PASS_BEGIN(LoadStoreVectorizerLegacyPass, DEBUG_TYPE,
243 INITIALIZE_PASS_END(LoadStoreVectorizerLegacyPass, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
247 return new LoadStoreVectorizerLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
250 bool LoadStoreVectorizerLegacyPass::runOnFunction(Function &F) { in runOnFunction()