LLVM
15.0.0git
|
#include "Transforms/Vectorize/VPlan.h"
Public Types | |
using | GraphRef = VPRegionBlock * |
using | nodes_iterator = df_iterator< NodeRef > |
![]() | |
using | NodeRef = VPBlockBase * |
using | ChildIteratorType = SmallVectorImpl< VPBlockBase * >::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (GraphRef N) |
static nodes_iterator | nodes_begin (GraphRef N) |
static nodes_iterator | nodes_end (GraphRef N) |
![]() | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
using llvm::GraphTraits< VPRegionBlock * >::GraphRef = VPRegionBlock * |
using llvm::GraphTraits< VPRegionBlock * >::nodes_iterator = df_iterator<NodeRef> |
|
inlinestatic |
|
inlinestatic |
Definition at line 2231 of file VPlan.h.
References llvm::sys::path::begin(), and N.
|
inlinestatic |
Definition at line 2235 of file VPlan.h.
References llvm::sys::path::end(), and N.