|
LLVM 23.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 (VPBlockDeepTraversalWrapper< const VPBlockBase * > N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 148 of file VPlanCFG.h.
| using llvm::GraphTraits< VPBlockDeepTraversalWrapper< const VPBlockBase * > >::ChildIteratorType = VPAllSuccessorsIterator<const VPBlockBase *> |
Definition at line 150 of file VPlanCFG.h.
| using llvm::GraphTraits< VPBlockDeepTraversalWrapper< const VPBlockBase * > >::NodeRef = const VPBlockBase * |
Definition at line 149 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 157 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 161 of file VPlanCFG.h.
References llvm::VPAllSuccessorsIterator< const VPBlockBase * >::end(), and N.
|
inlinestatic |
Definition at line 153 of file VPlanCFG.h.
References N.