MLIR  17.0.0git
Classes | Namespaces | Enumerations | Functions
RegionKindInterface.h File Reference
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/RegionKindInterface.h.inc"

Go to the source code of this file.

Classes

class  mlir::OpTrait::HasOnlyGraphRegion< ConcreteType >
 A trait that specifies that an operation only defines graph regions. More...
 

Namespaces

 mlir
 This header declares functions that assit transformations in the MemRef dialect.
 
 mlir::OpTrait
 

Enumerations

enum class  mlir::RegionKind { mlir::SSACFG , mlir::Graph }
 The kinds of regions contained in an operation. More...
 

Functions

bool mlir::mayHaveSSADominance (Region &region)
 Return "true" if the given region may have SSA dominance. More...