|
MLIR 22.0.0git
|
#include "mlir/IR/RegionGraphTraits.h"
Public Types | |
| using | ChildIteratorType = mlir::Block::succ_iterator |
| using | Node = mlir::Block |
| using | NodeRef = Node * |
Static Public Member Functions | |
| static NodeRef | getEntryNode (NodeRef bb) |
| static ChildIteratorType | child_begin (NodeRef node) |
| static ChildIteratorType | child_end (NodeRef node) |
Definition at line 23 of file RegionGraphTraits.h.
| using llvm::GraphTraits< mlir::Block * >::ChildIteratorType = mlir::Block::succ_iterator |
Definition at line 24 of file RegionGraphTraits.h.
| using llvm::GraphTraits< mlir::Block * >::Node = mlir::Block |
Definition at line 25 of file RegionGraphTraits.h.
| using llvm::GraphTraits< mlir::Block * >::NodeRef = Node * |
Definition at line 26 of file RegionGraphTraits.h.
|
inlinestatic |
Definition at line 30 of file RegionGraphTraits.h.
References mlir::Block::succ_begin().
|
inlinestatic |
Definition at line 33 of file RegionGraphTraits.h.
References mlir::Block::succ_end().
|
inlinestatic |
Definition at line 28 of file RegionGraphTraits.h.