MLIR  20.0.0git
Static Public Member Functions | List of all members
mlir::OpTrait::HasParallelRegion< ConcreteType > Class Template Reference

#include "mlir/Interfaces/LoopLikeInterface.h"

+ Inheritance diagram for mlir::OpTrait::HasParallelRegion< ConcreteType >:

Static Public Member Functions

static LogicalResult verifyTrait (Operation *op)
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, HasParallelRegion >
OperationgetOperation ()
 Return the ultimate Operation being worked on. More...
 

Detailed Description

template<typename ConcreteType>
class mlir::OpTrait::HasParallelRegion< ConcreteType >

Definition at line 43 of file LoopLikeInterface.h.

Member Function Documentation

◆ verifyTrait()

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

Definition at line 45 of file LoopLikeInterface.h.

References mlir::OpTrait::impl::verifyOneRegion().


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