|
LLVM
4.0.0
|
#include <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 1796 of file NewGVN.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::PreservedAnalyses::preserve(), and NewGVN::runGVN().
1.8.6