|
LLVM
8.0.1
|
#include "llvm/IR/ModuleSummaryIndex.h"


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) |
Additional Inherited Members | |
Public Types inherited from llvm::GraphTraits< ValueInfo > | |
| 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 |
Definition at line 1250 of file ModuleSummaryIndex.h.
|
inlinestatic |
Definition at line 1251 of file ModuleSummaryIndex.h.
References llvm::ModuleSummaryIndex::calculateCallGraphRoot(), G, llvm::ModuleSummaryIndex::haveGVs(), and P.
1.8.13