14#ifndef LLVM_CODEGEN_REPLACEWITHVECLIB_H
15#define LLVM_CODEGEN_REPLACEWITHVECLIB_H
This header defines various interfaces for pass management in LLVM.
A container for analyses that lazily runs them and caches their results.
Represent the analysis usage information of a pass.
FunctionPass class - This class is used to implement most global optimizations.
static PassRegistry * getPassRegistry()
getPassRegistry - Access the global registry object, which is automatically initialized at applicatio...
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
void initializeReplaceWithVeclibLegacyPass(PassRegistry &)
A CRTP mix-in to automatically provide informational APIs needed for passes.
ReplaceWithVeclibLegacy()
void getAnalysisUsage(AnalysisUsage &AU) const override
getAnalysisUsage - This function should be overriden by passes that need analysis information to do t...
bool runOnFunction(Function &F) override
runOnFunction - Virtual method overriden by subclasses to do the per-function processing of the pass.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)