Searched refs:MemCpyOptLegacyPass (Results 1 – 1 of 1) sorted by relevance
257 class MemCpyOptLegacyPass : public FunctionPass { class263 MemCpyOptLegacyPass() : FunctionPass(ID) { in MemCpyOptLegacyPass() function in __anonf40ba94c0411::MemCpyOptLegacyPass285 char MemCpyOptLegacyPass::ID = 0;288 FunctionPass *llvm::createMemCpyOptPass() { return new MemCpyOptLegacyPass(); } in createMemCpyOptPass()290 INITIALIZE_PASS_BEGIN(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization",298 INITIALIZE_PASS_END(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization", in INITIALIZE_PASS_DEPENDENCY()1426 bool MemCpyOptLegacyPass::runOnFunction(Function &F) { in runOnFunction()