Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp339 class LoadStoreVectorizerLegacyPass : public FunctionPass { class
343 LoadStoreVectorizerLegacyPass() : FunctionPass(ID) { in LoadStoreVectorizerLegacyPass() function in __anonc586b4f20111::LoadStoreVectorizerLegacyPass
366 char LoadStoreVectorizerLegacyPass::ID = 0;
368 INITIALIZE_PASS_BEGIN(LoadStoreVectorizerLegacyPass, DEBUG_TYPE,
376 INITIALIZE_PASS_END(LoadStoreVectorizerLegacyPass, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
380 return new LoadStoreVectorizerLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
383 bool LoadStoreVectorizerLegacyPass::runOnFunction(Function &F) { in runOnFunction()