LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const BasicBlock * > Struct Template Reference

#include "llvm/IR/CFG.h"

Public Types

using NodeRef = const BasicBlock *
 
using ChildIteratorType = succ_const_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (const BasicBlock *BB)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< const BasicBlock * >

Definition at line 312 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 314 of file CFG.h.

◆ NodeRef

Definition at line 313 of file CFG.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< const BasicBlock * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 318 of file CFG.h.

References llvm::succ_begin().

◆ child_end()

static ChildIteratorType llvm::GraphTraits< const BasicBlock * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 319 of file CFG.h.

References llvm::succ_end().

◆ getEntryNode()

static NodeRef llvm::GraphTraits< const BasicBlock * >::getEntryNode ( const BasicBlock BB)
inlinestatic

Definition at line 316 of file CFG.h.


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