| MLIR
    22.0.0git
    | 
#include "mlir/IR/RegionGraphTraits.h"
| Public Types | |
| using | ChildIteratorType = mlir::Block::succ_iterator | 
| using | Node = const mlir::Block | 
| using | NodeRef = Node * | 
| Static Public Member Functions | |
| static NodeRef | getEntryNode (NodeRef node) | 
| static ChildIteratorType | child_begin (NodeRef node) | 
| static ChildIteratorType | child_end (NodeRef node) | 
Definition at line 53 of file RegionGraphTraits.h.
| using llvm::GraphTraits< const mlir::Block * >::ChildIteratorType = mlir::Block::succ_iterator | 
Definition at line 54 of file RegionGraphTraits.h.
| using llvm::GraphTraits< const mlir::Block * >::Node = const mlir::Block | 
Definition at line 55 of file RegionGraphTraits.h.
| using llvm::GraphTraits< const mlir::Block * >::NodeRef = Node * | 
Definition at line 56 of file RegionGraphTraits.h.
| 
 | inlinestatic | 
Definition at line 60 of file RegionGraphTraits.h.
| 
 | inlinestatic | 
Definition at line 63 of file RegionGraphTraits.h.
| 
 | inlinestatic | 
Definition at line 58 of file RegionGraphTraits.h.