LLVM 18.0.0git
|
#include "llvm/Analysis/PostDominators.h"
Static Public Member Functions | |
static NodeRef | getEntryNode (PostDominatorTree *DT) |
static nodes_iterator | nodes_begin (PostDominatorTree *N) |
static nodes_iterator | nodes_end (PostDominatorTree *N) |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
using | NodeRef = DomTreeNode * |
using | ChildIteratorType = DomTreeNode::const_iterator |
using | nodes_iterator = df_iterator< DomTreeNode *, df_iterator_default_set< DomTreeNode * > > |
Definition at line 98 of file PostDominators.h.
|
inlinestatic |
Definition at line 100 of file PostDominators.h.
References llvm::DominatorTreeBase< NodeT, IsPostDom >::getRootNode().
|
inlinestatic |
Definition at line 104 of file PostDominators.h.
References llvm::df_begin(), and N.
|
inlinestatic |
Definition at line 108 of file PostDominators.h.
References llvm::df_end(), and N.