clang 20.0.0git
|
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More...
#include "clang/Analysis/Analyses/Dominators.h"
Public Types | |
using | NodeRef = ::clang::DomTreeNode * |
using | ChildIteratorType = ::clang::DomTreeNode::const_iterator |
using | nodes_iterator = llvm::pointer_iterator< df_iterator<::clang::DomTreeNode * > > |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static nodes_iterator | nodes_begin (::clang::DomTreeNode *N) |
static nodes_iterator | nodes_end (::clang::DomTreeNode *N) |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
Definition at line 280 of file Dominators.h.
using llvm::GraphTraits< clang::DomTreeNode * >::ChildIteratorType = ::clang::DomTreeNode::const_iterator |
Definition at line 282 of file Dominators.h.
using llvm::GraphTraits< clang::DomTreeNode * >::NodeRef = ::clang::DomTreeNode * |
Definition at line 281 of file Dominators.h.
using llvm::GraphTraits< clang::DomTreeNode * >::nodes_iterator = llvm::pointer_iterator<df_iterator<::clang::DomTreeNode *> > |
Definition at line 288 of file Dominators.h.
|
inlinestatic |
Definition at line 285 of file Dominators.h.
|
inlinestatic |
Definition at line 286 of file Dominators.h.
|
inlinestatic |
Definition at line 284 of file Dominators.h.
|
inlinestatic |
Definition at line 291 of file Dominators.h.
|
inlinestatic |
Definition at line 295 of file Dominators.h.