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

#include "Transforms/Vectorize/VPlan.h"

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

Public Types

using GraphRef = VPRegionBlock *
 
using nodes_iterator = df_iterator< NodeRef >
 
- Public Types inherited from llvm::GraphTraits< VPBlockBase *>
using NodeRef = typename 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< VPRegionBlock * >

Definition at line 1373 of file VPlan.h.

Member Typedef Documentation

◆ GraphRef

Definition at line 1374 of file VPlan.h.

◆ nodes_iterator

Definition at line 1375 of file VPlan.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 1377 of file VPlan.h.

References llvm::VPRegionBlock::getEntry().

◆ nodes_begin()

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

Definition at line 1379 of file VPlan.h.

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

◆ nodes_end()

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

Definition at line 1383 of file VPlan.h.

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


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