MLIR 22.0.0git
llvm::GraphTraits< mlir::Block * > Struct Reference

#include "mlir/IR/RegionGraphTraits.h"

Inheritance diagram for llvm::GraphTraits< mlir::Block * >:

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)

Detailed Description

Definition at line 23 of file RegionGraphTraits.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< mlir::Block * >::ChildIteratorType = mlir::Block::succ_iterator

Definition at line 24 of file RegionGraphTraits.h.

◆ Node

using llvm::GraphTraits< mlir::Block * >::Node = mlir::Block

Definition at line 25 of file RegionGraphTraits.h.

◆ NodeRef

using llvm::GraphTraits< mlir::Block * >::NodeRef = Node *

Definition at line 26 of file RegionGraphTraits.h.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::GraphTraits< mlir::Block * >::child_begin ( NodeRef node)
inlinestatic

Definition at line 30 of file RegionGraphTraits.h.

References mlir::Block::succ_begin().

◆ child_end()

ChildIteratorType llvm::GraphTraits< mlir::Block * >::child_end ( NodeRef node)
inlinestatic

Definition at line 33 of file RegionGraphTraits.h.

References mlir::Block::succ_end().

◆ getEntryNode()

NodeRef llvm::GraphTraits< mlir::Block * >::getEntryNode ( NodeRef bb)
inlinestatic

Definition at line 28 of file RegionGraphTraits.h.


The documentation for this struct was generated from the following file: