llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
Traits for functions. More...
#include <core/cfg.h>
Public Types | |
using | nodes_iterator = pointer_iterator< Func::iterator > |
![]() | |
using | NodeRef = Block * |
using | ChildIteratorType = Block::succ_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (Func *F) |
static nodes_iterator | nodes_begin (Func *F) |
static nodes_iterator | nodes_end (Func *F) |
static size_t | size (Func *F) |
![]() | |
static NodeRef | getEntryNode (Block *BB) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Traits for functions.