llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
Graph traits for the call graph. More...
#include <core/analysis/call_graph.h>
Public Types | |
using | nodes_iterator = CallGraph::const_node_iterator |
![]() | |
using | NodeRef = const CallGraph::Node * |
using | ChildIteratorType = CallGraph::Node::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (const CallGraph *g) |
static nodes_iterator | nodes_begin (CallGraph *g) |
static nodes_iterator | nodes_end (CallGraph *g) |
![]() | |
static ChildIteratorType | child_begin (NodeRef n) |
static ChildIteratorType | child_end (NodeRef n) |
Graph traits for the call graph.