MLIR
21.0.0git
|
#include "mlir/IR/RegionGraphTraits.h"
Public Types | |
using | ChildIteratorType = mlir::Block::pred_iterator |
using | Node = 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 37 of file RegionGraphTraits.h.
using llvm::GraphTraits< Inverse< mlir::Block * > >::ChildIteratorType = mlir::Block::pred_iterator |
Definition at line 38 of file RegionGraphTraits.h.
using llvm::GraphTraits< Inverse< mlir::Block * > >::Node = mlir::Block |
Definition at line 39 of file RegionGraphTraits.h.
using llvm::GraphTraits< Inverse< mlir::Block * > >::NodeRef = Node * |
Definition at line 40 of file RegionGraphTraits.h.
|
inlinestatic |
Definition at line 44 of file RegionGraphTraits.h.
References mlir::Block::pred_begin().
|
inlinestatic |
Definition at line 47 of file RegionGraphTraits.h.
References mlir::Block::pred_end().
|
inlinestatic |
Definition at line 41 of file RegionGraphTraits.h.