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

#include "Transforms/Vectorize/VPlanCFG.h"

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

Public Types

using NodeRef = VPBlockBase *
using ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator

Static Public Member Functions

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

Detailed Description

Definition at line 222 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 224 of file VPlanCFG.h.

◆ NodeRef

Definition at line 223 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

Definition at line 230 of file VPlanCFG.h.

References N.

◆ child_end()

Definition at line 234 of file VPlanCFG.h.

References N.

◆ getEntryNode()

Definition at line 226 of file VPlanCFG.h.

References N.


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