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 | |
![]() | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
![]() | |
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 |