|
LLVM
3.7.0
|
#include "llvm/ADT/SmallSet.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/Support/GenericDomTree.h"#include "llvm/Support/GenericDomTreeConstruction.h"Go to the source code of this file.
Classes | |
| class | llvm::MachineDominatorTree |
| DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree. More... | |
| struct | llvm::GraphTraits< GraphType > |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More... | |
| struct | llvm::GraphTraits< MachineDomTreeNode * > |
| struct | llvm::GraphTraits< MachineDominatorTree * > |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef DomTreeNodeBase < MachineBasicBlock > | llvm::MachineDomTreeNode |
1.8.6