My Project
|
#include <Block.h>
Public Types | |
using | reference = OpT |
Public Member Functions | |
op_iterator (op_filter_iterator< OpT > it) | |
Initializes the iterator to the specified filter iterator. More... | |
operator Block::iterator () const | |
Allow implicit conversion to the underlying block iterator. More... | |
This class provides iteration over the held operations of a block for a specific operation type.
using mlir::Block::op_iterator< OpT >::reference = OpT |
|
inline |
Initializes the iterator to the specified filter iterator.
|
inline |
Allow implicit conversion to the underlying block iterator.