Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp302 class MemCpyOptLegacyPass : public FunctionPass { class
306 MemCpyOptLegacyPass() : FunctionPass(ID) { in MemCpyOptLegacyPass() function in __anon8e9205830411::MemCpyOptLegacyPass
342 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()