LLVM 19.0.0git
Public Member Functions | List of all members
llvm::MemCpyOptPass Class Reference

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

Inheritance diagram for llvm::MemCpyOptPass:
Inheritance graph
[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 42 of file MemCpyOptimizer.h.

Constructor & Destructor Documentation

◆ MemCpyOptPass()

llvm::MemCpyOptPass::MemCpyOptPass ( )
default

Member Function Documentation

◆ run()

PreservedAnalyses MemCpyOptPass::run ( Function F,
FunctionAnalysisManager AM 
)

◆ runImpl()

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

Definition at line 2042 of file MemCpyOptimizer.cpp.

References F, llvm::MemorySSA::verifyMemorySSA(), and llvm::VerifyMemorySSA.

Referenced by run().


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