14#ifndef LLVM_TRANSFORMS_UTILS_UNIFYFUNCTIONEXITNODES_H
15#define LLVM_TRANSFORMS_UTILS_UNIFYFUNCTIONEXITNODES_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.
Pass interface - Implemented by all 'passes'.
A set of analyses that are preserved following a run of a transformation pass.
UnifyFunctionExitNodesLegacyPass()
bool runOnFunction(Function &F) override
runOnFunction - Virtual method overriden by subclasses to do the per-function processing of the pass.
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)
This is an optimization pass for GlobalISel generic memory operations.
Pass * createUnifyFunctionExitNodesPass()
A CRTP mix-in to automatically provide informational APIs needed for passes.