|
LLVM 23.0.0git
|
#include "Transforms/Vectorize/VPlanCFG.h"
Public Types | |
| using | NodeRef = const VPBlockBase * |
| using | ChildIteratorType = VPHierarchicalChildrenIterator<const VPBlockBase *> |
Static Public Member Functions | |
| static NodeRef | getEntryNode (VPBlockDeepTraversalWrapper< const VPBlockBase * > N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 185 of file VPlanCFG.h.
| using llvm::GraphTraits< VPBlockDeepTraversalWrapper< const VPBlockBase * > >::ChildIteratorType = VPHierarchicalChildrenIterator<const VPBlockBase *> |
Definition at line 187 of file VPlanCFG.h.
| using llvm::GraphTraits< VPBlockDeepTraversalWrapper< const VPBlockBase * > >::NodeRef = const VPBlockBase * |
Definition at line 186 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 194 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 198 of file VPlanCFG.h.
References llvm::VPHierarchicalChildrenIterator< const VPBlockBase * >::end(), and N.
|
inlinestatic |
Definition at line 190 of file VPlanCFG.h.
References N.