My Project
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< mlir::DominanceInfoNode * > Struct Template Reference

#include <Dominance.h>

Public Types

using ChildIteratorType = mlir::DominanceInfoNode::iterator
 
using NodeRef = mlir::DominanceInfoNode *
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< mlir::DominanceInfoNode * >

DominatorTree GraphTraits specialization so the DominatorTree can be iterated by generic graph iterators.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< mlir::DominanceInfoNode * >::ChildIteratorType = mlir::DominanceInfoNode::iterator

◆ NodeRef

using llvm::GraphTraits< mlir::DominanceInfoNode * >::NodeRef = mlir::DominanceInfoNode *

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< mlir::DominanceInfoNode * >::child_begin ( NodeRef  N)
inlinestatic

◆ child_end()

static ChildIteratorType llvm::GraphTraits< mlir::DominanceInfoNode * >::child_end ( NodeRef  N)
inlinestatic

◆ getEntryNode()

static NodeRef llvm::GraphTraits< mlir::DominanceInfoNode * >::getEntryNode ( NodeRef  N)
inlinestatic

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