LLVM 19.0.0git
Classes | Namespaces | Typedefs
MachineDominators.h File Reference
#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/CodeGen/MachineInstrBundleIterator.h"
#include "llvm/Support/GenericDomTree.h"
#include "llvm/Support/GenericDomTreeConstruction.h"
#include <cassert>
#include <memory>

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< MachineDomTreeNode * >
 
struct  llvm::GraphTraits< const MachineDomTreeNode * >
 
struct  llvm::GraphTraits< MachineDominatorTree * >
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using llvm::MachineDomTree = DomTreeBase< MachineBasicBlock >