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

#include "llvm/Analysis/PostDominators.h"

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

Static Public Member Functions

static NodeRef getEntryNode (PostDominatorTree *DT)
 
static nodes_iterator nodes_begin (PostDominatorTree *N)
 
static nodes_iterator nodes_end (PostDominatorTree *N)
 
- Static Public Member Functions inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::const_iterator >
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)
 

Additional Inherited Members

- Public Types inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::const_iterator >
using NodeRef = DomTreeNode *
 
using ChildIteratorType = DomTreeNode::const_iterator
 
using nodes_iterator = df_iterator< DomTreeNode *, df_iterator_default_set< DomTreeNode * > >
 

Detailed Description

Definition at line 100 of file PostDominators.h.

Member Function Documentation

◆ getEntryNode()

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

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< PostDominatorTree * >::nodes_begin ( PostDominatorTree N)
inlinestatic

Definition at line 106 of file PostDominators.h.

References llvm::df_begin(), and N.

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< PostDominatorTree * >::nodes_end ( PostDominatorTree N)
inlinestatic

Definition at line 110 of file PostDominators.h.

References llvm::df_end(), and N.


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