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

#include "Transforms/Vectorize/VPlanCFG.h"

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

Public Types

using NodeRef = VPBlockBase *
using ChildIteratorType

Static Public Member Functions

static NodeRef getEntryNode (Inverse< NodeRef > B)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 334 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Inverse< VPBlockBase * > >::ChildIteratorType
Initial value:
Iterator to traverse all successors/predecessors of a VPBlockBase node, including its hierarchical su...
Definition VPlanCFG.h:66

Definition at line 336 of file VPlanCFG.h.

◆ NodeRef

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

Definition at line 335 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 341 of file VPlanCFG.h.

References N.

◆ child_end()

◆ getEntryNode()

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

Definition at line 339 of file VPlanCFG.h.

References B().


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