LLVM 20.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< ValueInfo > Struct Reference

GraphTraits definition to build SCC for the index. More...

#include "llvm/IR/ModuleSummaryIndex.h"

Inheritance diagram for llvm::GraphTraits< ValueInfo >:
Inheritance graph
[legend]

Public Types

typedef ValueInfo NodeRef
 
using EdgeRef = FunctionSummary::EdgeTy &
 
using ChildIteratorType = mapped_iterator< SmallVector< FunctionSummary::EdgeTy, 0 >::iterator, decltype(&valueInfoFromEdge)>
 
using ChildEdgeIteratorType = SmallVector< FunctionSummary::EdgeTy, 0 >::iterator
 

Static Public Member Functions

static NodeRef valueInfoFromEdge (FunctionSummary::EdgeTy &P)
 
static NodeRef getEntryNode (ValueInfo V)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 
static ChildEdgeIteratorType child_edge_begin (NodeRef N)
 
static ChildEdgeIteratorType child_edge_end (NodeRef N)
 
static NodeRef edge_dest (EdgeRef E)
 

Detailed Description

GraphTraits definition to build SCC for the index.

Definition at line 1924 of file ModuleSummaryIndex.h.

Member Typedef Documentation

◆ ChildEdgeIteratorType

using llvm::GraphTraits< ValueInfo >::ChildEdgeIteratorType = SmallVector<FunctionSummary::EdgeTy, 0>::iterator

Definition at line 1935 of file ModuleSummaryIndex.h.

◆ ChildIteratorType

using llvm::GraphTraits< ValueInfo >::ChildIteratorType = mapped_iterator<SmallVector<FunctionSummary::EdgeTy, 0>::iterator, decltype(&valueInfoFromEdge)>

Definition at line 1931 of file ModuleSummaryIndex.h.

◆ EdgeRef

Definition at line 1926 of file ModuleSummaryIndex.h.

◆ NodeRef

typedef ValueInfo llvm::GraphTraits< ValueInfo >::NodeRef

Definition at line 1925 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 1940 of file ModuleSummaryIndex.h.

References llvm::FunctionSummary::ExternalNode, F, and N.

◆ child_edge_begin()

static ChildEdgeIteratorType llvm::GraphTraits< ValueInfo >::child_edge_begin ( NodeRef  N)
inlinestatic

◆ child_edge_end()

static ChildEdgeIteratorType llvm::GraphTraits< ValueInfo >::child_edge_end ( NodeRef  N)
inlinestatic

◆ child_end()

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

Definition at line 1950 of file ModuleSummaryIndex.h.

References llvm::FunctionSummary::ExternalNode, F, and N.

◆ edge_dest()

static NodeRef llvm::GraphTraits< ValueInfo >::edge_dest ( EdgeRef  E)
inlinestatic

Definition at line 1978 of file ModuleSummaryIndex.h.

References E.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< ValueInfo >::getEntryNode ( ValueInfo  V)
inlinestatic

Definition at line 1938 of file ModuleSummaryIndex.h.

◆ valueInfoFromEdge()

static NodeRef llvm::GraphTraits< ValueInfo >::valueInfoFromEdge ( FunctionSummary::EdgeTy P)
inlinestatic

Definition at line 1928 of file ModuleSummaryIndex.h.

References P.


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