Searched refs:MemCpyOptLegacyPass (Results 1 – 1 of 1) sorted by relevance
260 class MemCpyOptLegacyPass : public FunctionPass { class266 MemCpyOptLegacyPass() : FunctionPass(ID) { in MemCpyOptLegacyPass() function in __anonc9db53910411::MemCpyOptLegacyPass290 char MemCpyOptLegacyPass::ID = 0;293 FunctionPass *llvm::createMemCpyOptPass() { return new MemCpyOptLegacyPass(); } in createMemCpyOptPass()295 INITIALIZE_PASS_BEGIN(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization",303 INITIALIZE_PASS_END(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization", in INITIALIZE_PASS_DEPENDENCY()1687 bool MemCpyOptLegacyPass::runOnFunction(Function &F) { in runOnFunction()