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

#include "llvm/IR/CFG.h"

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

Public Types

using nodes_iterator = pointer_iterator<Function::iterator>
using NodeRef
Public Types inherited from llvm::GraphTraits< BasicBlock * >
using NodeRef = BasicBlock *
using ChildIteratorType = succ_iterator

Static Public Member Functions

static NodeRef getEntryNode (Function *F)
static nodes_iterator nodes_begin (Function *F)
static nodes_iterator nodes_end (Function *F)
static size_t size (Function *F)
static unsigned getMaxNumber (const Function *F)
static unsigned getNumberEpoch (const Function *F)
Static Public Member Functions inherited from llvm::GraphTraits< BasicBlock * >
static NodeRef getEntryNode (BasicBlock *BB)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static unsigned getNumber (const BasicBlock *BB)

Detailed Description

Definition at line 371 of file CFG.h.

Member Typedef Documentation

◆ NodeRef

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

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Definition at line 375 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 372 of file CFG.h.

References F.

◆ getMaxNumber()

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

Definition at line 387 of file CFG.h.

References F.

◆ getNumberEpoch()

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

Definition at line 390 of file CFG.h.

References F.

◆ nodes_begin()

nodes_iterator llvm::GraphTraits< Function * >::nodes_begin ( Function * F)
inlinestatic

Definition at line 377 of file CFG.h.

References F.

◆ nodes_end()

nodes_iterator llvm::GraphTraits< Function * >::nodes_end ( Function * F)
inlinestatic

Definition at line 381 of file CFG.h.

References F.

◆ size()

size_t llvm::GraphTraits< Function * >::size ( Function * F)
inlinestatic

Definition at line 385 of file CFG.h.

References F.


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