LLVM
15.0.0git
|
#include "Transforms/Vectorize/VPlan.h"
Public Types | |
using | NodeRef = const VPBlockBase * |
using | ChildIteratorType = VPAllSuccessorsIterator< const VPBlockBase * > |
Static Public Member Functions | |
static NodeRef | getEntryNode (VPBlockRecursiveTraversalWrapper< const VPBlockBase * > N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
using llvm::GraphTraits< VPBlockRecursiveTraversalWrapper< const VPBlockBase * > >::NodeRef = const VPBlockBase * |
|
inlinestatic |
|
inlinestatic |
Definition at line 2462 of file VPlan.h.
References llvm::sys::path::end(), and N.
|
inlinestatic |