LLVM 20.0.0git
|
#include "llvm/IR/Dominators.h"
Public Types | |
using | NodeRef = Node * |
using | ChildIteratorType = ChildIterator |
using | nodes_iterator = df_iterator< Node *, df_iterator_default_set< Node * > > |
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 (NodeRef N) |
static nodes_iterator | nodes_end (NodeRef N) |
Definition at line 239 of file Dominators.h.
using llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::ChildIteratorType = ChildIterator |
Definition at line 241 of file Dominators.h.
using llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::NodeRef = Node * |
Definition at line 240 of file Dominators.h.
using llvm::DomTreeGraphTraitsBase< Node, ChildIterator >::nodes_iterator = df_iterator<Node *, df_iterator_default_set<Node*> > |
Definition at line 242 of file Dominators.h.
|
inlinestatic |
Definition at line 245 of file Dominators.h.
References N.
|
inlinestatic |
Definition at line 246 of file Dominators.h.
References N.
|
inlinestatic |
Definition at line 244 of file Dominators.h.
References N.
|
inlinestatic |
Definition at line 248 of file Dominators.h.
References llvm::df_begin(), and N.
|
inlinestatic |
Definition at line 252 of file Dominators.h.
References llvm::df_end(), and N.