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

#include "llvm/IR/CFG.h"

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

Public Types

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

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)
 

Detailed Description

template<>
struct llvm::GraphTraits< const Function * >

Definition at line 369 of file CFG.h.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 374 of file CFG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 371 of file CFG.h.

References llvm::Function::getEntryBlock().

◆ nodes_begin()

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

Definition at line 376 of file CFG.h.

References llvm::Function::begin().

◆ nodes_end()

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

Definition at line 380 of file CFG.h.

References llvm::Function::end().

◆ size()

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

Definition at line 384 of file CFG.h.

References llvm::Function::size().


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