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

#include "llvm/IR/CFG.h"

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

Public Types

using NodeRef
Public Types inherited from llvm::GraphTraits< Inverse< BasicBlock * > >
using NodeRef = BasicBlock *
using ChildIteratorType = pred_iterator

Static Public Member Functions

static NodeRef getEntryNode (Inverse< Function * > G)
static unsigned getMaxNumber (const Function *F)
static unsigned getNumberEpoch (const Function *F)
Static Public Member Functions inherited from llvm::GraphTraits< Inverse< BasicBlock * > >
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 424 of file CFG.h.

Member Typedef Documentation

◆ NodeRef

using llvm::GraphTraits< Inverse< Function * > >::NodeRef

Definition at line 95 of file GraphTraits.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 426 of file CFG.h.

References G.

◆ getMaxNumber()

unsigned llvm::GraphTraits< Inverse< Function * > >::getMaxNumber ( const Function * F)
inlinestatic

Definition at line 430 of file CFG.h.

References F.

◆ getNumberEpoch()

unsigned llvm::GraphTraits< Inverse< Function * > >::getNumberEpoch ( const Function * F)
inlinestatic

Definition at line 433 of file CFG.h.

References F.


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