Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp257 class MemCpyOptLegacyPass : public FunctionPass { class
263 MemCpyOptLegacyPass() : FunctionPass(ID) { in MemCpyOptLegacyPass() function in __anonf40ba94c0411::MemCpyOptLegacyPass
285 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()