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

Graph traits for the object graph. More...

#include <core/analysis/object_graph.h>

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

Static Public Member Functions

static NodeRef getEntryNode (const ObjectGraph *g)
 
- Static Public Member Functions inherited from llvm::GraphTraits< ObjectGraph::Node * >
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< ObjectGraph::Node * >
using NodeRef = const ObjectGraph::Node *
 
using ChildIteratorType = ObjectGraph::Node::iterator
 

Detailed Description

Graph traits for the object graph.


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