|
LLVM
4.0.0
|
#include <MemCpyOptimizer.h>
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... | |
Definition at line 32 of file MemCpyOptimizer.h.
|
inline |
Definition at line 40 of file MemCpyOptimizer.h.
| PreservedAnalyses MemCpyOptPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 1377 of file MemCpyOptimizer.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserve(), and 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 1402 of file MemCpyOptimizer.cpp.
References llvm::TargetLibraryInfo::has().
Referenced by run().
1.8.6