LLVM 20.0.0git
|
Template specializations of GraphTraits for VPDomTreeNode. More...
#include "Transforms/Vectorize/VPlanDominatorTree.h"
Additional Inherited Members | |
Public Types inherited from llvm::DomTreeGraphTraitsBase< VPDomTreeNode, VPDomTreeNode::const_iterator > | |
using | NodeRef = VPDomTreeNode * |
using | ChildIteratorType = VPDomTreeNode::const_iterator |
using | nodes_iterator = df_iterator< VPDomTreeNode *, df_iterator_default_set< VPDomTreeNode * > > |
Static Public Member Functions inherited from llvm::DomTreeGraphTraitsBase< VPDomTreeNode, VPDomTreeNode::const_iterator > | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static nodes_iterator | nodes_begin (NodeRef N) |
static nodes_iterator | nodes_end (NodeRef N) |
Template specializations of GraphTraits for VPDomTreeNode.
Definition at line 44 of file VPlanDominatorTree.h.