LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< AADepGraphNode * > Struct Reference
Inheritance diagram for llvm::GraphTraits< AADepGraphNode * >:
Inheritance graph
[legend]

Public Types

using NodeRef = AADepGraphNode *
 
using DepTy = PointerIntPair< AADepGraphNode *, 1 >
 
using EdgeRef = PointerIntPair< AADepGraphNode *, 1 >
 
using ChildIteratorType = mapped_iterator< AADepGraphNode::DepSetTy::iterator, decltype(&DepGetVal)>
 
using ChildEdgeIteratorType = AADepGraphNode::DepSetTy::iterator
 

Static Public Member Functions

static NodeRef getEntryNode (AADepGraphNode *DGN)
 
static NodeRef DepGetVal (const DepTy &DT)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Definition at line 4136 of file Attributor.cpp.

Member Typedef Documentation

◆ ChildEdgeIteratorType

Definition at line 4146 of file Attributor.cpp.

◆ ChildIteratorType

Definition at line 4144 of file Attributor.cpp.

◆ DepTy

Definition at line 4138 of file Attributor.cpp.

◆ EdgeRef

Definition at line 4139 of file Attributor.cpp.

◆ NodeRef

Definition at line 4137 of file Attributor.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 4148 of file Attributor.cpp.

References N.

◆ child_end()

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

Definition at line 4150 of file Attributor.cpp.

References N.

◆ DepGetVal()

static NodeRef llvm::GraphTraits< AADepGraphNode * >::DepGetVal ( const DepTy DT)
inlinestatic

◆ getEntryNode()

static NodeRef llvm::GraphTraits< AADepGraphNode * >::getEntryNode ( AADepGraphNode DGN)
inlinestatic

Definition at line 4141 of file Attributor.cpp.


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