clang
10.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::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 352 of file Dominators.h.
using llvm::GraphTraits< clang::DomTreeNode * >::ChildIteratorType = ::clang::DomTreeNode::iterator |
Definition at line 354 of file Dominators.h.
using llvm::GraphTraits< clang::DomTreeNode * >::NodeRef = ::clang::DomTreeNode * |
Definition at line 353 of file Dominators.h.
using llvm::GraphTraits< clang::DomTreeNode * >::nodes_iterator = llvm::pointer_iterator<df_iterator<::clang::DomTreeNode *> > |
Definition at line 361 of file Dominators.h.
|
inlinestatic |
Definition at line 357 of file Dominators.h.
|
inlinestatic |
Definition at line 358 of file Dominators.h.
|
inlinestatic |
Definition at line 356 of file Dominators.h.
|
inlinestatic |
Definition at line 363 of file Dominators.h.
|
inlinestatic |
Definition at line 367 of file Dominators.h.