LLVM
8.0.1
|
#include "Transforms/Vectorize/VPlan.h"
Public Types | |
using | NodeRef = const VPBlockBase * |
using | ChildIteratorType = SmallVectorImpl< VPBlockBase * >::const_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
using llvm::GraphTraits< const VPBlockBase * >::ChildIteratorType = SmallVectorImpl<VPBlockBase *>::const_iterator |
using llvm::GraphTraits< const VPBlockBase * >::NodeRef = const VPBlockBase * |
|
inlinestatic |
Definition at line 1339 of file VPlan.h.
References llvm::SmallVectorTemplateCommon< T, typename >::begin(), and llvm::VPBlockBase::getSuccessors().
|
inlinestatic |
Definition at line 1343 of file VPlan.h.
References llvm::SmallVectorTemplateCommon< T, typename >::end(), and llvm::VPBlockBase::getSuccessors().
|
inlinestatic |