My Project
Static Public Member Functions | List of all members
mlir::OpTrait::SingleBlockImplicitTerminator< TerminatorOpType >::Impl< ConcreteType > Class Template Reference

#include <OpDefinition.h>

Inheritance diagram for mlir::OpTrait::SingleBlockImplicitTerminator< TerminatorOpType >::Impl< ConcreteType >:
Inheritance graph
[legend]
Collaboration diagram for mlir::OpTrait::SingleBlockImplicitTerminator< TerminatorOpType >::Impl< ConcreteType >:
Collaboration graph
[legend]

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 
static void ensureTerminator (Region &region, Builder &builder, Location loc)
 Ensure that the given region has the terminator required by this trait. More...
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, Impl >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 
- Static Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, Impl >
static LogicalResult verifyTrait (Operation *op)
 
static AbstractOperation::OperationProperties getTraitProperties ()
 

Member Function Documentation

◆ ensureTerminator()

template<typename TerminatorOpType >
template<typename ConcreteType >
static void mlir::OpTrait::SingleBlockImplicitTerminator< TerminatorOpType >::Impl< ConcreteType >::ensureTerminator ( Region region,
Builder builder,
Location  loc 
)
inlinestatic

Ensure that the given region has the terminator required by this trait.

◆ verifyTrait()

template<typename TerminatorOpType >
template<typename ConcreteType >
static LogicalResult mlir::OpTrait::SingleBlockImplicitTerminator< TerminatorOpType >::Impl< ConcreteType >::verifyTrait ( Operation op)
inlinestatic

The documentation for this class was generated from the following file: