My Project
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< mlir::Region * > Struct Template Reference

#include <RegionGraphTraits.h>

Inheritance diagram for llvm::GraphTraits< mlir::Region * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< mlir::Region * >:
Collaboration graph
[legend]

Public Types

using GraphType = mlir::Region *
 
using NodeRef = mlir::Block *
 
using nodes_iterator = pointer_iterator< mlir::Region::iterator >
 

Static Public Member Functions

static NodeRef getEntryNode (GraphType fn)
 
static nodes_iterator nodes_begin (GraphType fn)
 
static nodes_iterator nodes_end (GraphType fn)
 

Member Typedef Documentation

◆ GraphType

using llvm::GraphTraits< mlir::Region * >::GraphType = mlir::Region *

◆ NodeRef

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

◆ nodes_iterator

using llvm::GraphTraits< mlir::Region * >::nodes_iterator = pointer_iterator<mlir::Region::iterator>

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< mlir::Region * >::getEntryNode ( GraphType  fn)
inlinestatic

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< mlir::Region * >::nodes_begin ( GraphType  fn)
inlinestatic

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< mlir::Region * >::nodes_end ( GraphType  fn)
inlinestatic

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