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

#include "llvm/IR/CFG.h"

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

Public Types

using NodeRef = BasicBlock *
 
using ChildIteratorType = succ_iterator
 

Static Public Member Functions

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

Detailed Description

Definition at line 300 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< BasicBlock * >::ChildIteratorType = succ_iterator

Definition at line 302 of file CFG.h.

◆ NodeRef

using llvm::GraphTraits< BasicBlock * >::NodeRef = BasicBlock *

Definition at line 301 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 305 of file CFG.h.

References N, and llvm::succ_begin().

◆ child_end()

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

Definition at line 306 of file CFG.h.

References N, and llvm::succ_end().

◆ getEntryNode()

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

Definition at line 304 of file CFG.h.


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