LLVM 20.0.0git
|
#include "Transforms/Vectorize/VPlanCFG.h"
Public Types | |
using | NodeRef = const VPBlockBase * |
using | ChildIteratorType = VPAllSuccessorsIterator< const VPBlockBase * > |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 256 of file VPlanCFG.h.
using llvm::GraphTraits< const VPBlockBase * >::ChildIteratorType = VPAllSuccessorsIterator<const VPBlockBase *> |
Definition at line 258 of file VPlanCFG.h.
using llvm::GraphTraits< const VPBlockBase * >::NodeRef = const VPBlockBase * |
Definition at line 257 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 262 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 266 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 260 of file VPlanCFG.h.
References N.