|
LLVM
8.0.1
|
#include "llvm/Transforms/Scalar/NewGVN.h"


Public Member Functions | |
| PreservedAnalyses | run (Function &F, AnalysisManager< Function > &AM) |
| Run the pass over the function. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< NewGVNPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
| PreservedAnalyses NewGVNPass::run | ( | Function & | F, |
| AnalysisManager< Function > & | AM | ||
| ) |
Run the pass over the function.
Definition at line 4251 of file NewGVN.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::Module::getDataLayout(), llvm::GlobalValue::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::preserve().
1.8.13