Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp194 class LoadStoreVectorizerLegacyPass : public FunctionPass { class
198 LoadStoreVectorizerLegacyPass() : FunctionPass(ID) { in LoadStoreVectorizerLegacyPass() function in __anon49023e3d0111::LoadStoreVectorizerLegacyPass
220 char LoadStoreVectorizerLegacyPass::ID = 0;
222 INITIALIZE_PASS_BEGIN(LoadStoreVectorizerLegacyPass, DEBUG_TYPE,
230 INITIALIZE_PASS_END(LoadStoreVectorizerLegacyPass, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
234 return new LoadStoreVectorizerLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
237 bool LoadStoreVectorizerLegacyPass::runOnFunction(Function &F) { in runOnFunction()