|
LLVM
8.0.1
|
Printer pass for the DominatorTree.
More...
#include "llvm/IR/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 244 of file Dominators.h.
|
explicit |
Definition at line 333 of file Dominators.cpp.
| PreservedAnalyses DominatorTreePrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 335 of file Dominators.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::Value::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and print().
1.8.13