Searched refs:MemCpyOptLegacyPass (Results 1 – 1 of 1) sorted by relevance
302 class MemCpyOptLegacyPass : public FunctionPass { class306 MemCpyOptLegacyPass() : FunctionPass(ID) { in MemCpyOptLegacyPass() function in __anon8e9205830411::MemCpyOptLegacyPass342 char MemCpyOptLegacyPass::ID = 0;346 FunctionPass *llvm::createMemCpyOptPass() { return new MemCpyOptLegacyPass(); } in createMemCpyOptPass()348 INITIALIZE_PASS_BEGIN(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization",356 INITIALIZE_PASS_END(MemCpyOptLegacyPass, "memcpyopt", "MemCpy Optimization", in INITIALIZE_PASS_DEPENDENCY()1424 bool MemCpyOptLegacyPass::runOnFunction(Function &F) { in runOnFunction()