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 329 of file MachineDominators.h.
using llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::ChildIteratorType = ChildIterator |
Definition at line 331 of file MachineDominators.h.
using llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >::NodeRef = Node * |
Definition at line 330 of file MachineDominators.h.
|
inlinestatic |
Definition at line 334 of file MachineDominators.h.
References N.
|
inlinestatic |
Definition at line 335 of file MachineDominators.h.
References N.
|
inlinestatic |
Definition at line 333 of file MachineDominators.h.
References N.