Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp196 class LoadStoreVectorizerLegacyPass : public FunctionPass { class
200 LoadStoreVectorizerLegacyPass() : FunctionPass(ID) { in LoadStoreVectorizerLegacyPass() function in __anonf61fe9090111::LoadStoreVectorizerLegacyPass
222 char LoadStoreVectorizerLegacyPass::ID = 0;
224 INITIALIZE_PASS_BEGIN(LoadStoreVectorizerLegacyPass, DEBUG_TYPE,
232 INITIALIZE_PASS_END(LoadStoreVectorizerLegacyPass, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
236 return new LoadStoreVectorizerLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
239 bool LoadStoreVectorizerLegacyPass::runOnFunction(Function &F) { in runOnFunction()