LLVM 20.0.0git
|
#include "llvm/IR/Dominators.h"
Static Public Member Functions | |
static NodeRef | getEntryNode (DominatorTree *DT) |
static nodes_iterator | nodes_begin (DominatorTree *N) |
static nodes_iterator | nodes_end (DominatorTree *N) |
Static Public Member Functions inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::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) |
Additional Inherited Members | |
Public Types inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::const_iterator > | |
using | NodeRef = DomTreeNode * |
using | ChildIteratorType = DomTreeNode::const_iterator |
using | nodes_iterator = df_iterator< DomTreeNode *, df_iterator_default_set< DomTreeNode * > > |
Definition at line 265 of file Dominators.h.
|
inlinestatic |
Definition at line 267 of file Dominators.h.
References llvm::DominatorTreeBase< NodeT, IsPostDom >::getRootNode().
|
inlinestatic |
Definition at line 269 of file Dominators.h.
References llvm::df_begin(), and N.
|
inlinestatic |
Definition at line 273 of file Dominators.h.
References llvm::df_end(), and N.