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

Public Types

using nodes_iterator = mapped_iterator< AADepGraphNode::DepSetTy::iterator, decltype(&DepGetVal)>
 
- Public Types inherited from llvm::GraphTraits< AADepGraphNode * >
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 (AADepGraph *DG)
 
static nodes_iterator nodes_begin (AADepGraph *DG)
 
static nodes_iterator nodes_end (AADepGraph *DG)
 
- Static Public Member Functions inherited from llvm::GraphTraits< AADepGraphNode * >
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 4154 of file Attributor.cpp.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 4157 of file Attributor.cpp.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< AADepGraph * >::getEntryNode ( AADepGraph DG)
inlinestatic

Definition at line 4155 of file Attributor.cpp.

References llvm::AADepGraph::GetEntryNode().

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< AADepGraph * >::nodes_begin ( AADepGraph DG)
inlinestatic

Definition at line 4160 of file Attributor.cpp.

References llvm::AADepGraph::begin().

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< AADepGraph * >::nodes_end ( AADepGraph DG)
inlinestatic

Definition at line 4162 of file Attributor.cpp.

References llvm::AADepGraph::end().


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