|
MLIR 23.0.0git
|
#include "mlir/IR/RegionGraphTraits.h"
Public Types | |
| using | ChildIteratorType = mlir::Block::pred_iterator |
| using | Node = const mlir::Block |
| using | NodeRef = Node * |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Inverse< NodeRef > inverseGraph) |
| static ChildIteratorType | child_begin (NodeRef node) |
| static ChildIteratorType | child_end (NodeRef node) |
Definition at line 69 of file RegionGraphTraits.h.
| using llvm::GraphTraits< Inverse< const mlir::Block * > >::ChildIteratorType = mlir::Block::pred_iterator |
Definition at line 70 of file RegionGraphTraits.h.
| using llvm::GraphTraits< Inverse< const mlir::Block * > >::Node = const mlir::Block |
Definition at line 71 of file RegionGraphTraits.h.
| using llvm::GraphTraits< Inverse< const mlir::Block * > >::NodeRef = Node * |
Definition at line 72 of file RegionGraphTraits.h.
|
inlinestatic |
Definition at line 78 of file RegionGraphTraits.h.
|
inlinestatic |
Definition at line 81 of file RegionGraphTraits.h.
|
inlinestatic |
Definition at line 74 of file RegionGraphTraits.h.