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

#include "llvm/IR/CFG.h"

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

Public Types

using NodeRef = const BasicBlock *
 
using ChildIteratorType = const_succ_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

Definition at line 309 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< const BasicBlock * >::ChildIteratorType = const_succ_iterator

Definition at line 311 of file CFG.h.

◆ NodeRef

Definition at line 310 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 315 of file CFG.h.

References N, and llvm::succ_begin().

◆ child_end()

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

Definition at line 316 of file CFG.h.

References N, and llvm::succ_end().

◆ getEntryNode()

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

Definition at line 313 of file CFG.h.


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