LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::GraphTraits< MachineDominatorTree * > Struct Reference

#include "llvm/CodeGen/MachineDominators.h"

Inheritance diagram for llvm::GraphTraits< MachineDominatorTree * >:
Inheritance graph
[legend]

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)
 

Additional Inherited Members

- Public Types inherited from llvm::MachineDomTreeGraphTraitsBase< MachineDomTreeNode, MachineDomTreeNode::const_iterator >
using NodeRef = MachineDomTreeNode *
 
using ChildIteratorType = MachineDomTreeNode::const_iterator
 

Detailed Description

Definition at line 283 of file MachineDominators.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< MachineDominatorTree * >::getEntryNode ( MachineDominatorTree DT)
inlinestatic

Definition at line 285 of file MachineDominators.h.

References llvm::MachineDominatorTree::getRootNode().


The documentation for this struct was generated from the following file: