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

#include "Transforms/Vectorize/VPlanCFG.h"

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

Public Types

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

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)

Detailed Description

Definition at line 273 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 275 of file VPlanCFG.h.

◆ NodeRef

Definition at line 274 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 279 of file VPlanCFG.h.

References N.

◆ child_end()

ChildIteratorType llvm::GraphTraits< const VPBlockBase * >::child_end ( NodeRef N)
inlinestatic

Definition at line 283 of file VPlanCFG.h.

References llvm::VPAllSuccessorsIterator< const VPBlockBase * >::end(), and N.

◆ getEntryNode()

NodeRef llvm::GraphTraits< const VPBlockBase * >::getEntryNode ( NodeRef N)
inlinestatic

Definition at line 277 of file VPlanCFG.h.

References N.


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