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

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

#include "Transforms/Vectorize/VPlanCFG.h"

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

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 276 of file VPlanCFG.h.

◆ NodeRef

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

Definition at line 275 of file VPlanCFG.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 282 of file VPlanCFG.h.

References llvm_unreachable.

◆ child_end()

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

Definition at line 286 of file VPlanCFG.h.

References llvm_unreachable.

◆ getEntryNode()

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

Definition at line 278 of file VPlanCFG.h.

References llvm_unreachable.


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