MLIR  19.0.0git
Classes | Namespaces | Typedefs
Dominance.h File Reference
#include "mlir/IR/RegionGraphTraits.h"
#include "llvm/Support/GenericDomTree.h"

Go to the source code of this file.

Classes

class  mlir::detail::DominanceInfoBase< IsPostDom >
 
class  mlir::DominanceInfo
 A class for computing basic dominance information. More...
 
class  mlir::PostDominanceInfo
 A class for computing basic postdominance information. More...
 
struct  llvm::GraphTraits< mlir::DominanceInfoNode * >
 DominatorTree GraphTraits specialization so the DominatorTree can be iterated by generic graph iterators. More...
 
struct  llvm::GraphTraits< const mlir::DominanceInfoNode * >
 

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::detail
 Detect if any of the given parameter types has a sub-element handler.
 
 llvm
 Include the generated interface declarations.
 

Typedefs

using mlir::DominanceInfoNode = llvm::DomTreeNodeBase< Block >