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

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>
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: