|
MLIR
22.0.0git
|
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 ®ion) |
| Return "true" if the given region may have SSA dominance. More... | |
| bool | mlir::mayBeGraphRegion (Region ®ion) |
| Return "true" if the given region may be a graph region without SSA dominance. More... | |