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

#include "llvm/Analysis/Interval.h"

Public Types

using NodeRef = Interval *
 
using ChildIteratorType = Interval::pred_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (Inverse< Interval * > G)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 127 of file Interval.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Inverse< Interval * > >::ChildIteratorType = Interval::pred_iterator

Definition at line 129 of file Interval.h.

◆ NodeRef

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

Definition at line 128 of file Interval.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 132 of file Interval.h.

References N, and llvm::pred_begin().

◆ child_end()

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

Definition at line 133 of file Interval.h.

References N, and llvm::pred_end().

◆ getEntryNode()

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

Definition at line 131 of file Interval.h.

References G.


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