LLVM  8.0.1
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]
Collaboration diagram for llvm::MemCpyOptPass:
Collaboration graph
[legend]

Public Member Functions

 MemCpyOptPass ()=default
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
bool runImpl (Function &F, MemoryDependenceResults *MD_, TargetLibraryInfo *TLI_, std::function< AliasAnalysis &()> LookupAliasAnalysis_, std::function< AssumptionCache &()> LookupAssumptionCache_, std::function< DominatorTree &()> LookupDomTree_)
 

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. More...
 

Detailed Description

Definition at line 40 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,
MemoryDependenceResults MD_,
TargetLibraryInfo TLI_,
std::function< AliasAnalysis &()>  LookupAliasAnalysis_,
std::function< AssumptionCache &()>  LookupAssumptionCache_,
std::function< DominatorTree &()>  LookupDomTree_ 
)

Definition at line 1483 of file MemCpyOptimizer.cpp.

References F(), and runOnFunction().


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