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

#include "Transforms/Vectorize/VPlan.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

template<>
struct llvm::GraphTraits< Inverse< VPBlockBase * > >

Definition at line 1350 of file VPlan.h.

Member Typedef Documentation

◆ ChildIteratorType

Definition at line 1352 of file VPlan.h.

◆ NodeRef

Definition at line 1351 of file VPlan.h.

Member Function Documentation

◆ child_begin()

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

◆ child_end()

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

◆ getEntryNode()

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

Definition at line 1354 of file VPlan.h.

References llvm::Inverse< GraphType >::Graph.


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