LLVM 22.0.0git
llvm::GraphTraits< DotFuncBCIInfo * > Struct Reference
Inheritance diagram for llvm::GraphTraits< DotFuncBCIInfo * >:
[legend]

Public Types

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

Static Public Member Functions

static NodeRef getEntryNode (DotFuncBCIInfo *Info)
static nodes_iterator nodes_begin (DotFuncBCIInfo *Info)
static nodes_iterator nodes_end (DotFuncBCIInfo *Info)
static size_t size (DotFuncBCIInfo *Info)
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)
static unsigned getNumber (const BasicBlock *BB)

Detailed Description

Definition at line 276 of file BlockCoverageInference.cpp.

Member Typedef Documentation

◆ NodeRef

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

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Member Function Documentation

◆ getEntryNode()

NodeRef llvm::GraphTraits< DotFuncBCIInfo * >::getEntryNode ( DotFuncBCIInfo * Info)
inlinestatic

Definition at line 277 of file BlockCoverageInference.cpp.

◆ nodes_begin()

nodes_iterator llvm::GraphTraits< DotFuncBCIInfo * >::nodes_begin ( DotFuncBCIInfo * Info)
inlinestatic

Definition at line 284 of file BlockCoverageInference.cpp.

◆ nodes_end()

nodes_iterator llvm::GraphTraits< DotFuncBCIInfo * >::nodes_end ( DotFuncBCIInfo * Info)
inlinestatic

Definition at line 288 of file BlockCoverageInference.cpp.

◆ size()

size_t llvm::GraphTraits< DotFuncBCIInfo * >::size ( DotFuncBCIInfo * Info)
inlinestatic

Definition at line 292 of file BlockCoverageInference.cpp.


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