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< Block * > Struct Reference

Traits for blocks. More...

#include <core/cfg.h>

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

Public Types

using NodeRef = Block *
 
using ChildIteratorType = Block::succ_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (Block *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

Traits for blocks.


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