LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< Interval * > Struct Reference

#include "llvm/Analysis/Interval.h"

Public Types

using NodeRef = Interval *
 
using ChildIteratorType = Interval::succ_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (Interval *I)
 
static ChildIteratorType child_begin (NodeRef N)
 nodes_iterator/begin/end - Allow iteration over all nodes in the graph
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 116 of file Interval.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Interval * >::ChildIteratorType = Interval::succ_iterator

Definition at line 118 of file Interval.h.

◆ NodeRef

using llvm::GraphTraits< Interval * >::NodeRef = Interval *

Definition at line 117 of file Interval.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< Interval * >::child_begin ( NodeRef  N)
inlinestatic

nodes_iterator/begin/end - Allow iteration over all nodes in the graph

Definition at line 123 of file Interval.h.

References N, and llvm::succ_begin().

◆ child_end()

static ChildIteratorType llvm::GraphTraits< Interval * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 124 of file Interval.h.

References N, and llvm::succ_end().

◆ getEntryNode()

static NodeRef llvm::GraphTraits< Interval * >::getEntryNode ( Interval I)
inlinestatic

Definition at line 120 of file Interval.h.

References I.


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