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

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

Detailed Description

Definition at line 69 of file RegionGraphTraits.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 70 of file RegionGraphTraits.h.

◆ Node

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

Definition at line 71 of file RegionGraphTraits.h.

◆ NodeRef

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

Definition at line 72 of file RegionGraphTraits.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 78 of file RegionGraphTraits.h.

◆ child_end()

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

Definition at line 81 of file RegionGraphTraits.h.

◆ getEntryNode()

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

Definition at line 74 of file RegionGraphTraits.h.


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