|
LLVM 22.0.0git
|
#include "Transforms/Vectorize/VPlanCFG.h"
Public Types | |
| using | NodeRef = const VPBlockBase * |
| using | ChildIteratorType = SmallVectorImpl<VPBlockBase *>::const_iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (VPBlockShallowTraversalWrapper< const VPBlockBase * > N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 194 of file VPlanCFG.h.
| using llvm::GraphTraits< VPBlockShallowTraversalWrapper< const VPBlockBase * > >::ChildIteratorType = SmallVectorImpl<VPBlockBase *>::const_iterator |
Definition at line 196 of file VPlanCFG.h.
| using llvm::GraphTraits< VPBlockShallowTraversalWrapper< const VPBlockBase * > >::NodeRef = const VPBlockBase * |
Definition at line 195 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 203 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 207 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 199 of file VPlanCFG.h.
References N.