LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const VPRegionBlock * > Struct Template Reference

#include "Transforms/Vectorize/VPlan.h"

Inheritance diagram for llvm::GraphTraits< const VPRegionBlock * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< const VPRegionBlock * >:
Collaboration graph
[legend]

Public Types

using GraphRef = const VPRegionBlock *
 
using nodes_iterator = df_iterator< NodeRef >
 
- Public Types inherited from llvm::GraphTraits< const VPBlockBase *>
using NodeRef = typename const VPBlockBase *::UnknownGraphTypeError
 

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

template<>
struct llvm::GraphTraits< const VPRegionBlock * >

Definition at line 1391 of file VPlan.h.

Member Typedef Documentation

◆ GraphRef

Definition at line 1393 of file VPlan.h.

◆ nodes_iterator

Definition at line 1394 of file VPlan.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1396 of file VPlan.h.

References llvm::VPRegionBlock::getEntry().

◆ nodes_begin()

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

Definition at line 1398 of file VPlan.h.

References llvm::sys::path::begin(), and llvm::VPRegionBlock::getEntry().

◆ nodes_end()

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

Definition at line 1402 of file VPlan.h.

References llvm::sys::path::end().


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