LLVM 23.0.0git
llvm::GraphTraits< VPBlockBase * > Struct Reference

#include "Transforms/Vectorize/VPlanCFG.h"

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

Public Types

using NodeRef = VPBlockBase *
using ChildIteratorType = VPHierarchicalChildrenIterator<VPBlockBase *>

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 304 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 306 of file VPlanCFG.h.

◆ NodeRef

using llvm::GraphTraits< VPBlockBase * >::NodeRef = VPBlockBase *

Definition at line 305 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::GraphTraits< VPBlockBase * >::child_begin ( NodeRef N)
inlinestatic

Definition at line 310 of file VPlanCFG.h.

References N.

◆ child_end()

ChildIteratorType llvm::GraphTraits< VPBlockBase * >::child_end ( NodeRef N)
inlinestatic

Definition at line 314 of file VPlanCFG.h.

References llvm::VPHierarchicalChildrenIterator< VPBlockBase * >::end(), and N.

◆ getEntryNode()

NodeRef llvm::GraphTraits< VPBlockBase * >::getEntryNode ( NodeRef N)
inlinestatic

Definition at line 308 of file VPlanCFG.h.

References N.


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