|
LLVM
8.0.1
|
#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/PassManager.h"#include "llvm/Pass.h"

Go to the source code of this file.
Classes | |
| class | llvm::PostDominatorTree |
| PostDominatorTree Class - Concrete subclass of DominatorTree that is used to compute the post-dominator tree. More... | |
| class | llvm::PostDominatorTreeAnalysis |
Analysis pass which computes a PostDominatorTree. More... | |
| class | llvm::PostDominatorTreePrinterPass |
Printer pass for the PostDominatorTree. More... | |
| struct | llvm::PostDominatorTreeWrapperPass |
| struct | llvm::GraphTraits< PostDominatorTree * > |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| FunctionPass * | llvm::createPostDomTree () |
1.8.13