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

#include "Transforms/Vectorize/VPlanCFG.h"

Public Types

using GraphRef = VPlan *
 
using NodeRef = VPBlockBase *
 
using nodes_iterator = df_iterator< NodeRef >
 

Static Public Member Functions

static NodeRef getEntryNode (GraphRef N)
 
static nodes_iterator nodes_begin (GraphRef N)
 
static nodes_iterator nodes_end (GraphRef N)
 

Detailed Description

Definition at line 291 of file VPlanCFG.h.

Member Typedef Documentation

◆ GraphRef

using llvm::GraphTraits< VPlan * >::GraphRef = VPlan *

Definition at line 292 of file VPlanCFG.h.

◆ NodeRef

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

Definition at line 293 of file VPlanCFG.h.

◆ nodes_iterator

using llvm::GraphTraits< VPlan * >::nodes_iterator = df_iterator<NodeRef>

Definition at line 294 of file VPlanCFG.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< VPlan * >::getEntryNode ( GraphRef  N)
inlinestatic

Definition at line 296 of file VPlanCFG.h.

References N.

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< VPlan * >::nodes_begin ( GraphRef  N)
inlinestatic

Definition at line 298 of file VPlanCFG.h.

References N.

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< VPlan * >::nodes_end ( GraphRef  N)
inlinestatic

Definition at line 302 of file VPlanCFG.h.

References N.


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