LLVM
8.0.1
|
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Support/GenericDomTree.h"
#include "llvm/Support/GenericDomTreeConstruction.h"
#include <cassert>
#include <memory>
#include <vector>
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::MachineDomTreeGraphTraitsBase< Node, ChildIterator > |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More... | |
struct | llvm::GraphTraits< GraphType > |
struct | llvm::GraphTraits< MachineDomTreeNode * > |
struct | llvm::GraphTraits< const MachineDomTreeNode * > |
struct | llvm::GraphTraits< MachineDominatorTree * > |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Typedefs | |
using | llvm::MachineDomTreeNode = DomTreeNodeBase< MachineBasicBlock > |