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