LLVM
8.0.1
|
#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) |
using llvm::GraphTraits< Inverse< VPBlockBase * > >::ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator |
using llvm::GraphTraits< Inverse< VPBlockBase * > >::NodeRef = VPBlockBase * |
|
inlinestatic |
Definition at line 1356 of file VPlan.h.
References llvm::SmallVectorTemplateCommon< T, typename >::begin(), and llvm::VPBlockBase::getPredecessors().
|
inlinestatic |
Definition at line 1360 of file VPlan.h.
References llvm::SmallVectorTemplateCommon< T, typename >::end(), and llvm::VPBlockBase::getPredecessors().
|
inlinestatic |
Definition at line 1354 of file VPlan.h.
References llvm::Inverse< GraphType >::Graph.