LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< VPBlockShallowTraversalWrapper< const VPBlockBase * > > Struct Reference

#include "Transforms/Vectorize/VPlanCFG.h"

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 192 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 194 of file VPlanCFG.h.

◆ NodeRef

Definition at line 193 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

Definition at line 201 of file VPlanCFG.h.

References N.

◆ child_end()

Definition at line 205 of file VPlanCFG.h.

References N.

◆ getEntryNode()

Definition at line 197 of file VPlanCFG.h.

References N.


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