Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::MemCpyOptPass Class Reference

#include "llvm/Transforms/Scalar/MemCpyOptimizer.h"

Inheritance diagram for llvm::MemCpyOptPass:
[legend]

Public Member Functions

 MemCpyOptPass ()=default
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
bool runImpl (Function &F, TargetLibraryInfo *TLI, AAResults *AA, AssumptionCache *AC, DominatorTree *DT, PostDominatorTree *PDT, MemorySSA *MSSA)
Public Member Functions inherited from llvm::PassInfoMixin< MemCpyOptPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< MemCpyOptPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 44 of file MemCpyOptimizer.h.

Constructor & Destructor Documentation

◆ MemCpyOptPass()

llvm::MemCpyOptPass::MemCpyOptPass ( )
default

References DL, F, I, P, and Size.

Member Function Documentation

◆ run()

◆ runImpl()

bool MemCpyOptPass::runImpl ( Function & F,
TargetLibraryInfo * TLI,
AAResults * AA,
AssumptionCache * AC,
DominatorTree * DT,
PostDominatorTree * PDT,
MemorySSA * MSSA )

The documentation for this class was generated from the following files: