LLVM
15.0.0git
|
GraphTraits specialization to recursively traverse VPBlockBase nodes, including traversing through VPRegionBlocks. More...
#include "Transforms/Vectorize/VPlan.h"
Public Types | |
using | NodeRef = VPBlockBase * |
using | ChildIteratorType = VPAllSuccessorsIterator< VPBlockBase * > |
Static Public Member Functions | |
static NodeRef | getEntryNode (VPBlockRecursiveTraversalWrapper< 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.
using llvm::GraphTraits< VPBlockRecursiveTraversalWrapper< VPBlockBase * > >::NodeRef = VPBlockBase * |
|
inlinestatic |
|
inlinestatic |
Definition at line 2444 of file VPlan.h.
References llvm::sys::path::end(), and N.
|
inlinestatic |