LLVM 17.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< 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) |
GraphTraits definition to build SCC for the index.
Definition at line 1802 of file ModuleSummaryIndex.h.
using llvm::GraphTraits< ValueInfo >::ChildEdgeIteratorType = std::vector<FunctionSummary::EdgeTy>::iterator |
Definition at line 1813 of file ModuleSummaryIndex.h.
using llvm::GraphTraits< ValueInfo >::ChildIteratorType = mapped_iterator<std::vector<FunctionSummary::EdgeTy>::iterator, decltype(&valueInfoFromEdge)> |
Definition at line 1809 of file ModuleSummaryIndex.h.
using llvm::GraphTraits< ValueInfo >::EdgeRef = FunctionSummary::EdgeTy & |
Definition at line 1804 of file ModuleSummaryIndex.h.
typedef ValueInfo llvm::GraphTraits< ValueInfo >::NodeRef |
Definition at line 1803 of file ModuleSummaryIndex.h.
|
inlinestatic |
Definition at line 1817 of file ModuleSummaryIndex.h.
References llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1837 of file ModuleSummaryIndex.h.
References llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1846 of file ModuleSummaryIndex.h.
References llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1827 of file ModuleSummaryIndex.h.
References llvm::FunctionSummary::ExternalNode, F, and N.
|
inlinestatic |
Definition at line 1855 of file ModuleSummaryIndex.h.
References E.
|
inlinestatic |
Definition at line 1815 of file ModuleSummaryIndex.h.
|
inlinestatic |
Definition at line 1806 of file ModuleSummaryIndex.h.
References P.