LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< ValueInfo > Struct Template 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< std::vector< FunctionSummary::EdgeTy >::iterator, decltype(&valueInfoFromEdge)>
 
using ChildEdgeIteratorType = std::vector< FunctionSummary::EdgeTy >::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

template<>
struct llvm::GraphTraits< ValueInfo >

GraphTraits definition to build SCC for the index.

Definition at line 1193 of file ModuleSummaryIndex.h.

Member Typedef Documentation

◆ ChildEdgeIteratorType

Definition at line 1204 of file ModuleSummaryIndex.h.

◆ ChildIteratorType

Definition at line 1202 of file ModuleSummaryIndex.h.

◆ EdgeRef

Definition at line 1195 of file ModuleSummaryIndex.h.

◆ NodeRef

Definition at line 1194 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ child_begin()

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

◆ 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

◆ edge_dest()

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

Definition at line 1246 of file ModuleSummaryIndex.h.

◆ getEntryNode()

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

Definition at line 1206 of file ModuleSummaryIndex.h.

◆ valueInfoFromEdge()

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

Definition at line 1197 of file ModuleSummaryIndex.h.


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