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

#include "llvm/IR/CFG.h"

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

Public Types

using nodes_iterator = pointer_iterator< Function::const_iterator >
 
- Public Types inherited from llvm::GraphTraits< const BasicBlock * >
using NodeRef = const BasicBlock *
 
using ChildIteratorType = const_succ_iterator
 

Static Public Member Functions

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

Detailed Description

Definition at line 366 of file CFG.h.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 371 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 368 of file CFG.h.

References F.

◆ nodes_begin()

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

Definition at line 373 of file CFG.h.

References F.

◆ nodes_end()

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

Definition at line 377 of file CFG.h.

References F.

◆ size()

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

Definition at line 381 of file CFG.h.

References F.


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