Searched refs:LoadStoreVectorizerLegacyPass (Results 1 – 1 of 1) sorted by relevance
349 class LoadStoreVectorizerLegacyPass : public FunctionPass { class353 LoadStoreVectorizerLegacyPass() : FunctionPass(ID) { in LoadStoreVectorizerLegacyPass() function in __anonc586b4f20111::LoadStoreVectorizerLegacyPass376 char LoadStoreVectorizerLegacyPass::ID = 0;378 INITIALIZE_PASS_BEGIN(LoadStoreVectorizerLegacyPass, DEBUG_TYPE,386 INITIALIZE_PASS_END(LoadStoreVectorizerLegacyPass, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()390 return new LoadStoreVectorizerLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()393 bool LoadStoreVectorizerLegacyPass::runOnFunction(Function &F) { in runOnFunction()