My Project
Classes | Namespaces | Typedefs
Dominance.h File Reference
#include "mlir/IR/RegionGraphTraits.h"
#include "llvm/Support/GenericDomTree.h"
Include dependency graph for Dominance.h:
This graph shows which files directly or indirectly include this file:

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 * >
 
struct  llvm::GraphTraits< const mlir::DominanceInfoNode * >
 

Namespaces

 mlir
 
 mlir::detail
 Check if a Callable type can be invoked with the given set of arg types.
 
 llvm
 

Typedefs

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