LLVM 17.0.0git
|
#include "Transforms/Vectorize/VPlanCFG.h"
Public Types | |
using | NodeRef = VPBlockBase * |
using | ChildIteratorType = VPAllSuccessorsIterator< 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 240 of file VPlanCFG.h.
using llvm::GraphTraits< VPBlockBase * >::ChildIteratorType = VPAllSuccessorsIterator<VPBlockBase *> |
Definition at line 242 of file VPlanCFG.h.
using llvm::GraphTraits< VPBlockBase * >::NodeRef = VPBlockBase * |
Definition at line 241 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 246 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 250 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 244 of file VPlanCFG.h.
References N.