LLVM
12.0.0git
|
#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 |
|
inlinestatic |
|
inlinestatic |