LLVM 20.0.0git
|
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More...
#include "llvm/CodeGen/MachineDominators.h"
Public Types | |
using | NodeRef = Node * |
using | ChildIteratorType = ChildIterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.
Definition at line 164 of file MachineDominators.h.
using llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::ChildIteratorType = ChildIterator |
Definition at line 166 of file MachineDominators.h.
using llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::NodeRef = Node * |
Definition at line 165 of file MachineDominators.h.
|
inlinestatic |
Definition at line 169 of file MachineDominators.h.
References N.
|
inlinestatic |
Definition at line 170 of file MachineDominators.h.
References N.
|
inlinestatic |
Definition at line 168 of file MachineDominators.h.
References N.