Go to the documentation of this file.
13 #ifndef LLVM_TRANSFORMS_UTILS_INJECTTLIMAPPINGS_H
14 #define LLVM_TRANSFORMS_UTILS_INJECTTLIMAPPINGS_H
39 #endif // LLVM_TRANSFORMS_UTILS_INJECTTLIMAPPINGS_H
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
A CRTP mix-in to automatically provide informational APIs needed for passes.
InjectTLIMappingsLegacy()
static PassRegistry * getPassRegistry()
getPassRegistry - Access the global registry object, which is automatically initialized at applicatio...
Represent the analysis usage information of a pass.
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
void getAnalysisUsage(AnalysisUsage &AU) const override
getAnalysisUsage - This function should be overriden by passes that need analysis information to do t...
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
void initializeInjectTLIMappingsLegacyPass(PassRegistry &)
bool runOnFunction(Function &F) override
runOnFunction - Virtual method overriden by subclasses to do the per-function processing of the pass.
A container for analyses that lazily runs them and caches their results.
FunctionPass class - This class is used to implement most global optimizations.