MLIR
20.0.0git
|
This class implements the successor iterators for Block. More...
#include "mlir/IR/BlockSupport.h"
Public Member Functions | |
SuccessorRange () | |
SuccessorRange (Block *block) | |
SuccessorRange (Operation *term) | |
This class implements the successor iterators for Block.
Definition at line 71 of file BlockSupport.h.
SuccessorRange::SuccessorRange | ( | Block * | block | ) |
Definition at line 342 of file Block.cpp.
References mlir::Block::back(), mlir::Block::empty(), mlir::Operation::getBlockOperands(), mlir::Operation::getNumSuccessors(), and mlir::Block::getParent().
SuccessorRange::SuccessorRange | ( | Operation * | term | ) |
Definition at line 350 of file Block.cpp.
References mlir::Operation::getBlockOperands(), and mlir::Operation::getNumSuccessors().