LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineDominators.h"
Public Types | |
using | NodeRef |
Public Types inherited from llvm::GraphTraits< MachineDomTreeNode * > | |
using | NodeRef |
Public Types inherited from llvm::MachineDomTreeGraphTraitsBase< MachineDomTreeNode, MachineDomTreeNode::const_iterator > | |
using | NodeRef |
using | ChildIteratorType |
Static Public Member Functions | |
static NodeRef | getEntryNode (MachineDominatorTree *DT) |
Static Public Member Functions inherited from llvm::MachineDomTreeGraphTraitsBase< MachineDomTreeNode, MachineDomTreeNode::const_iterator > | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 183 of file MachineDominators.h.
using llvm::GraphTraits< MachineDominatorTree * >::NodeRef |
Definition at line 95 of file GraphTraits.h.
|
inlinestatic |
Definition at line 185 of file MachineDominators.h.
References llvm::DominatorTreeBase< NodeT, IsPostDom >::getRootNode().