LLVM 20.0.0git
|
GraphTraits specialization to recursively traverse VPBlockBase nodes, including traversing through VPRegionBlocks. More...
#include "Transforms/Vectorize/VPlanCFG.h"
Public Types | |
using | NodeRef = VPBlockBase * |
using | ChildIteratorType = VPAllSuccessorsIterator< VPBlockBase * > |
Static Public Member Functions | |
static NodeRef | getEntryNode (VPBlockDeepTraversalWrapper< VPBlockBase * > N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
GraphTraits specialization to recursively traverse VPBlockBase nodes, including traversing through VPRegionBlocks.
Exit blocks of a region implicitly have their parent region's successors. This ensures all blocks in a region are visited before any blocks in a successor region when doing a reverse post-order traversal of the graph.
Definition at line 128 of file VPlanCFG.h.
using llvm::GraphTraits< VPBlockDeepTraversalWrapper< VPBlockBase * > >::ChildIteratorType = VPAllSuccessorsIterator<VPBlockBase *> |
Definition at line 130 of file VPlanCFG.h.
using llvm::GraphTraits< VPBlockDeepTraversalWrapper< VPBlockBase * > >::NodeRef = VPBlockBase * |
Definition at line 129 of file VPlanCFG.h.
|
inlinestatic |
Definition at line 136 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 140 of file VPlanCFG.h.
References N.
|
inlinestatic |
Definition at line 132 of file VPlanCFG.h.
References N.