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

#include "Transforms/Vectorize/VPlanCFG.h"

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

Public Types

using NodeRef = const VPBlockBase *
using ChildIteratorType = VPAllSuccessorsIterator<const VPBlockBase *>

Static Public Member Functions

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

Detailed Description

Definition at line 148 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 150 of file VPlanCFG.h.

◆ NodeRef

Definition at line 149 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

Definition at line 157 of file VPlanCFG.h.

References N.

◆ child_end()

◆ getEntryNode()

Definition at line 153 of file VPlanCFG.h.

References N.


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