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

#include "llvm/Analysis/PostDominators.h"

Inheritance diagram for llvm::GraphTraits< PostDominatorTree * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::GraphTraits< PostDominatorTree * >:
Collaboration 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)
 

Additional Inherited Members

- Public Types inherited from llvm::GraphTraits< DomTreeNode *>
using NodeRef = typename DomTreeNode *::UnknownGraphTypeError
 

Detailed Description

template<>
struct llvm::GraphTraits< PostDominatorTree * >

Definition at line 96 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 102 of file PostDominators.h.

References llvm::df_begin(), and llvm::df_end().

◆ nodes_end()

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

Definition at line 109 of file PostDominators.h.

References llvm::df_end().


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