llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< CallGraph * > Struct Reference

Graph traits for the call graph. More...

#include <core/analysis/call_graph.h>

Inheritance diagram for llvm::GraphTraits< CallGraph * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< CallGraph * >:
Collaboration graph
[legend]

Public Types

using nodes_iterator = CallGraph::const_node_iterator
 
- Public Types inherited from llvm::GraphTraits< CallGraph::Node * >
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 Public Member Functions inherited from llvm::GraphTraits< CallGraph::Node * >
static ChildIteratorType child_begin (NodeRef n)
 
static ChildIteratorType child_end (NodeRef n)
 

Detailed Description

Graph traits for the call graph.


The documentation for this struct was generated from the following file: