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

#include "llvm/IR/CFG.h"

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

Public Types

using NodeRef = const BasicBlock *
using ChildIteratorType = const_pred_iterator

Static Public Member Functions

static NodeRef getEntryNode (Inverse< const 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 350 of file CFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Inverse< const BasicBlock * > >::ChildIteratorType = const_pred_iterator

Definition at line 352 of file CFG.h.

◆ NodeRef

Definition at line 351 of file CFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 355 of file CFG.h.

References N, and llvm::pred_begin().

◆ child_end()

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

Definition at line 356 of file CFG.h.

References N, and llvm::pred_end().

◆ getEntryNode()

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

Definition at line 354 of file CFG.h.

References G.

◆ getNumber()

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

Definition at line 358 of file CFG.h.

References llvm::BasicBlock::getNumber().


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