Run the pass over the function.
Declared in <llvm/Transforms/Scalar/GVN.h>
PreservedAnalyses
run(
Function& F,
FunctionAnalysisManager& AM);
The set of analyses preserved after running this pass.
| Name | Description |
|---|---|
| F | Function to run global value numbering on. |
| AM | Function analysis manager providing analyses for the pass. |