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< const Func * > Struct Reference
Inheritance diagram for llvm::GraphTraits< const Func * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< const Func * >:
Collaboration graph
[legend]

Public Types

using nodes_iterator = pointer_iterator< Func::const_iterator >
 
- Public Types inherited from llvm::GraphTraits< const Block * >
using NodeRef = const Block *
 
using ChildIteratorType = Block::const_succ_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (const Func *F)
 
static nodes_iterator nodes_begin (const Func *F)
 
static nodes_iterator nodes_end (const Func *F)
 
static size_t size (const Func *F)
 
- Static Public Member Functions inherited from llvm::GraphTraits< const Block * >
static NodeRef getEntryNode (const Block *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

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