MLIR  19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const mlir::Block * > Struct Reference

#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)
 

Detailed Description

Definition at line 53 of file RegionGraphTraits.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 54 of file RegionGraphTraits.h.

◆ Node

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

Definition at line 55 of file RegionGraphTraits.h.

◆ NodeRef

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

Definition at line 56 of file RegionGraphTraits.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 60 of file RegionGraphTraits.h.

◆ child_end()

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

Definition at line 63 of file RegionGraphTraits.h.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< const mlir::Block * >::getEntryNode ( NodeRef  node)
inlinestatic

Definition at line 58 of file RegionGraphTraits.h.


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