LLVM 22.0.0git
llvm::GraphTraits< RegionInfoPass * > Struct Reference

#include "llvm/Analysis/RegionIterator.h"

Inheritance diagram for llvm::GraphTraits< RegionInfoPass * >:
[legend]

Public Types

using nodes_iterator
using NodeRef
Public Types inherited from llvm::GraphTraits< RegionInfo * >
using nodes_iterator
using NodeRef
Public Types inherited from llvm::GraphTraits< FlatIt< RegionNode * > >
using NodeRef

Static Public Member Functions

static NodeRef getEntryNode (RegionInfoPass *RI)
static nodes_iterator nodes_begin (RegionInfoPass *RI)
static nodes_iterator nodes_end (RegionInfoPass *RI)
Static Public Member Functions inherited from llvm::GraphTraits< RegionInfo * >
static NodeRef getEntryNode (RegionInfo *RI)
static nodes_iterator nodes_begin (RegionInfo *RI)
static nodes_iterator nodes_end (RegionInfo *RI)

Detailed Description

Definition at line 345 of file RegionIterator.h.

Member Typedef Documentation

◆ NodeRef

using llvm::GraphTraits< RegionInfoPass * >::NodeRef

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Member Function Documentation

◆ getEntryNode()

NodeRef llvm::GraphTraits< RegionInfoPass * >::getEntryNode ( RegionInfoPass * RI)
inlinestatic

Definition at line 351 of file RegionIterator.h.

References llvm::RegionInfoPass::getRegionInfo().

◆ nodes_begin()

nodes_iterator llvm::GraphTraits< RegionInfoPass * >::nodes_begin ( RegionInfoPass * RI)
inlinestatic

Definition at line 355 of file RegionIterator.h.

References llvm::RegionInfoPass::getRegionInfo().

◆ nodes_end()

nodes_iterator llvm::GraphTraits< RegionInfoPass * >::nodes_end ( RegionInfoPass * RI)
inlinestatic

Definition at line 359 of file RegionIterator.h.

References llvm::RegionInfoPass::getRegionInfo().


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