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

Inverse graph traits are not implemented yet. More...

#include "Transforms/Vectorize/VPlanCFG.h"

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

Public Types

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

Static Public Member Functions

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

Detailed Description

Inverse graph traits are not implemented yet.

TODO: Implement a version of VPBlockNonRecursiveTraversalWrapper to traverse predecessors recursively through regions.

Definition at line 291 of file VPlanCFG.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< Inverse< VPBlockBase * > >::ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator

Definition at line 293 of file VPlanCFG.h.

◆ NodeRef

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

Definition at line 292 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 299 of file VPlanCFG.h.

References llvm_unreachable, and N.

◆ child_end()

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

Definition at line 303 of file VPlanCFG.h.

References llvm_unreachable, and N.

◆ getEntryNode()

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

Definition at line 295 of file VPlanCFG.h.

References B(), and llvm_unreachable.


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