MLIR  19.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
 Include the generated interface declarations.
 
 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...
 
bool mlir::mayBeGraphRegion (Region &region)
 Return "true" if the given region may be a graph region without SSA dominance. More...