LLVM
15.0.0git
|
#include "Transforms/Vectorize/VPlan.h"
Public Types | |
using | NodeRef = VPBlockBase * |
using | ChildIteratorType = SmallVectorImpl< VPBlockBase * >::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< VPBlockBase * >::ChildIteratorType = SmallVectorImpl<VPBlockBase *>::iterator |
using llvm::GraphTraits< VPBlockBase * >::NodeRef = VPBlockBase * |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |