LLVM 22.0.0git
llvm::GraphTraits< Inverse< BasicBlock * > > Struct Reference

#include "llvm/IR/CFG.h"

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

Public Types

using NodeRef = BasicBlock *
using ChildIteratorType = pred_iterator

Static Public Member Functions

static NodeRef getEntryNode (Inverse< BasicBlock * > G)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static unsigned getNumber (const BasicBlock *BB)

Detailed Description

Definition at line 335 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Inverse< BasicBlock * > >::ChildIteratorType = pred_iterator

Definition at line 337 of file CFG.h.

◆ NodeRef

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

Definition at line 336 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 340 of file CFG.h.

References N, and llvm::pred_begin().

◆ child_end()

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

Definition at line 341 of file CFG.h.

References N, and llvm::pred_end().

◆ getEntryNode()

NodeRef llvm::GraphTraits< Inverse< BasicBlock * > >::getEntryNode ( Inverse< BasicBlock * > G)
inlinestatic

Definition at line 339 of file CFG.h.

References G.

◆ getNumber()

unsigned llvm::GraphTraits< Inverse< BasicBlock * > >::getNumber ( const BasicBlock * BB)
inlinestatic

Definition at line 343 of file CFG.h.

References llvm::BasicBlock::getNumber().


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