MLIR 22.0.0git
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

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