LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< DOTFuncMSSAInfo * > Struct Reference
Inheritance diagram for llvm::GraphTraits< DOTFuncMSSAInfo * >:
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 (DOTFuncMSSAInfo *CFGInfo)
 
static nodes_iterator nodes_begin (DOTFuncMSSAInfo *CFGInfo)
 
static nodes_iterator nodes_end (DOTFuncMSSAInfo *CFGInfo)
 
static size_t size (DOTFuncMSSAInfo *CFGInfo)
 
- 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 2232 of file MemorySSA.cpp.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 2238 of file MemorySSA.cpp.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< DOTFuncMSSAInfo * >::getEntryNode ( DOTFuncMSSAInfo CFGInfo)
inlinestatic

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< DOTFuncMSSAInfo * >::nodes_begin ( DOTFuncMSSAInfo CFGInfo)
inlinestatic

Definition at line 2240 of file MemorySSA.cpp.

References llvm::Function::begin(), and DOTFuncMSSAInfo::getFunction().

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< DOTFuncMSSAInfo * >::nodes_end ( DOTFuncMSSAInfo CFGInfo)
inlinestatic

Definition at line 2244 of file MemorySSA.cpp.

References llvm::Function::end(), and DOTFuncMSSAInfo::getFunction().

◆ size()

static size_t llvm::GraphTraits< DOTFuncMSSAInfo * >::size ( DOTFuncMSSAInfo CFGInfo)
inlinestatic

Definition at line 2248 of file MemorySSA.cpp.

References DOTFuncMSSAInfo::getFunction(), and llvm::Function::size().


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