LLVM 22.0.0git
llvm::GraphTraits< VPBlockShallowTraversalWrapper< const VPBlockBase * > > Struct Reference

#include "Transforms/Vectorize/VPlanCFG.h"

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

Public Types

using NodeRef = const VPBlockBase *
using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::const_iterator

Static Public Member Functions

static NodeRef getEntryNode (VPBlockShallowTraversalWrapper< const VPBlockBase * > N)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 194 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

◆ NodeRef

Definition at line 195 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

Definition at line 203 of file VPlanCFG.h.

References N.

◆ child_end()

Definition at line 207 of file VPlanCFG.h.

References N.

◆ getEntryNode()

Definition at line 199 of file VPlanCFG.h.

References N.


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