LLVM 20.0.0git
|
GraphTraits definition to build SCC for the index. More...
#include "llvm/IR/ModuleSummaryIndex.h"
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) |
GraphTraits definition to build SCC for the index.
Definition at line 1924 of file ModuleSummaryIndex.h.
using llvm::GraphTraits< ValueInfo >::ChildEdgeIteratorType = SmallVector<FunctionSummary::EdgeTy, 0>::iterator |
Definition at line 1935 of file ModuleSummaryIndex.h.
using llvm::GraphTraits< ValueInfo >::ChildIteratorType = mapped_iterator<SmallVector<FunctionSummary::EdgeTy, 0>::iterator, decltype(&valueInfoFromEdge)> |
Definition at line 1931 of file ModuleSummaryIndex.h.
using llvm::GraphTraits< ValueInfo >::EdgeRef = FunctionSummary::EdgeTy & |
Definition at line 1926 of file ModuleSummaryIndex.h.
typedef ValueInfo llvm::GraphTraits< ValueInfo >::NodeRef |
Definition at line 1925 of file ModuleSummaryIndex.h.
|
inlinestatic |
Definition at line 1940 of file ModuleSummaryIndex.h.
References llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1960 of file ModuleSummaryIndex.h.
References llvm::SmallVectorTemplateCommon< T, typename >::begin(), llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1969 of file ModuleSummaryIndex.h.
References llvm::SmallVectorTemplateCommon< T, typename >::end(), llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1950 of file ModuleSummaryIndex.h.
References llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1978 of file ModuleSummaryIndex.h.
References E.
|
inlinestatic |
Definition at line 1938 of file ModuleSummaryIndex.h.
|
inlinestatic |
Definition at line 1928 of file ModuleSummaryIndex.h.
References P.