|
LLVM
4.0.0
|
Printer pass for the DominatorTree.
More...
#include <Dominators.h>
Public Member Functions | |
| DominatorTreePrinterPass (raw_ostream &OS) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DominatorTreePrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Printer pass for the DominatorTree.
Definition at line 202 of file Dominators.h.
|
explicit |
Definition at line 316 of file Dominators.cpp.
| PreservedAnalyses DominatorTreePrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 318 of file Dominators.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::Value::getName(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.6