LLVM 20.0.0git
|
#include "Transforms/Vectorize/VPlanDominatorTree.h"
Additional Inherited Members | |
Public Types inherited from llvm::DomTreeGraphTraitsBase< const VPDomTreeNode, VPDomTreeNode::const_iterator > | |
using | NodeRef = const VPDomTreeNode * |
using | ChildIteratorType = VPDomTreeNode::const_iterator |
using | nodes_iterator = df_iterator< const VPDomTreeNode *, df_iterator_default_set< const VPDomTreeNode * > > |
Static Public Member Functions inherited from llvm::DomTreeGraphTraitsBase< const 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) |
Definition at line 49 of file VPlanDominatorTree.h.