LLVM 20.0.0git
Static Public Member Functions | List of all members
llvm::GraphTraits< Inverse< const Function * > > Struct Reference

#include "llvm/IR/CFG.h"

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

Static Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 436 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 438 of file CFG.h.

References G.

◆ getMaxNumber()

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

Definition at line 442 of file CFG.h.

References F.

◆ getNumberEpoch()

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

Definition at line 445 of file CFG.h.

References F.


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