LLVM 22.0.0git
llvm::GraphTraits< ModuleSummaryIndex * > Struct Reference

#include "llvm/IR/ModuleSummaryIndex.h"

Inheritance diagram for llvm::GraphTraits< ModuleSummaryIndex * >:
[legend]

Public Types

using NodeRef
Public Types inherited from llvm::GraphTraits< ValueInfo >
typedef ValueInfo NodeRef
using EdgeRef = FunctionSummary::EdgeTy &
using ChildIteratorType
using ChildEdgeIteratorType

Static Public Member Functions

static NodeRef getEntryNode (ModuleSummaryIndex *I)
Static Public Member Functions inherited from llvm::GraphTraits< ValueInfo >
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

Definition at line 2033 of file ModuleSummaryIndex.h.

Member Typedef Documentation

◆ NodeRef

Definition at line 95 of file GraphTraits.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 2034 of file ModuleSummaryIndex.h.

References G, I, and P.


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