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

#include <MemCpyOptimizer.h>

Inheritance diagram for llvm::MemCpyOptPass:
[legend]
Collaboration diagram for llvm::MemCpyOptPass:
[legend]

Public Member Functions

 MemCpyOptPass ()
 
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 32 of file MemCpyOptimizer.h.

Constructor & Destructor Documentation

llvm::MemCpyOptPass::MemCpyOptPass ( )
inline

Definition at line 40 of file MemCpyOptimizer.h.

Member Function Documentation

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

Definition at line 1402 of file MemCpyOptimizer.cpp.

References llvm::TargetLibraryInfo::has().

Referenced by run().


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