LLVM
8.0.1
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | NodeRef = const CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | EdgeRef = const CallGraphNode::CallRecord & |
using | ChildIteratorType = mapped_iterator< CallGraphNode::const_iterator, decltype(&CGNGetValue)> |
using | ChildEdgeIteratorType = CallGraphNode::const_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const CallGraphNode *CGN) |
static const CallGraphNode * | CGNGetValue (CGNPairTy P) |
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) |
Definition at line 426 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord |
Definition at line 428 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::ChildEdgeIteratorType = CallGraphNode::const_iterator |
Definition at line 436 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType = mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)> |
Definition at line 435 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::EdgeRef = const CallGraphNode::CallRecord & |
Definition at line 429 of file CallGraph.h.
using llvm::GraphTraits< const CallGraphNode * >::NodeRef = const CallGraphNode * |
Definition at line 427 of file CallGraph.h.
|
inlinestatic |
Definition at line 432 of file CallGraph.h.
|
inlinestatic |
Definition at line 438 of file CallGraph.h.
References llvm::CallGraphNode::begin().
|
inlinestatic |
Definition at line 446 of file CallGraph.h.
References llvm::CallGraphNode::begin().
|
inlinestatic |
Definition at line 449 of file CallGraph.h.
References llvm::CallGraphNode::end().
|
inlinestatic |
Definition at line 442 of file CallGraph.h.
References llvm::CallGraphNode::end().
|
inlinestatic |
Definition at line 451 of file CallGraph.h.
|
inlinestatic |
Definition at line 431 of file CallGraph.h.