MLIR
16.0.0git
|
This class provides APIs for ops that are known to have a single region. More...
#include "mlir/IR/OpDefinition.h"
Public Member Functions | |
Region & | getRegion () |
auto | getOps () |
Returns a range of operations within the region of this operation. More... | |
template<typename OpT > | |
auto | getOps () |
Static Public Member Functions | |
static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
![]() | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
This class provides APIs for ops that are known to have a single region.
Definition at line 492 of file OpDefinition.h.
|
inline |
Returns a range of operations within the region of this operation.
Definition at line 497 of file OpDefinition.h.
|
inline |
Definition at line 499 of file OpDefinition.h.
|
inline |
Definition at line 494 of file OpDefinition.h.
|
inlinestatic |
Definition at line 503 of file OpDefinition.h.
References mlir::OpTrait::impl::verifyOneRegion().