|
My Project
|
This class provides the API for ops that are known to be terminators. More...
#include <OpDefinition.h>


Public Member Functions | |
| unsigned | getNumSuccessors () |
| unsigned | getNumSuccessorOperands (unsigned index) |
| Block * | getSuccessor (unsigned index) |
| void | setSuccessor (Block *block, unsigned index) |
| void | addSuccessorOperand (unsigned index, Value value) |
| void | addSuccessorOperands (unsigned index, ArrayRef< Value > values) |
Static Public Member Functions | |
| static AbstractOperation::OperationProperties | getTraitProperties () |
| static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, IsTerminator > | |
| Operation * | getOperation () |
| Return the ultimate Operation being worked on. More... | |
Static Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, IsTerminator > | |
| static LogicalResult | verifyTrait (Operation *op) |
| static AbstractOperation::OperationProperties | getTraitProperties () |
This class provides the API for ops that are known to be terminators.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
1.8.13