MLIR 22.0.0git
llvm::GraphTraits< mlir::DominanceInfoNode * > Struct Reference

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

#include "mlir/IR/Dominance.h"

Public Types

using ChildIteratorType = mlir::DominanceInfoNode::const_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

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

Definition at line 245 of file Dominance.h.

Member Typedef Documentation

◆ ChildIteratorType

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

Definition at line 246 of file Dominance.h.

◆ NodeRef

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

Definition at line 247 of file Dominance.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 250 of file Dominance.h.

◆ child_end()

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

Definition at line 251 of file Dominance.h.

◆ getEntryNode()

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

Definition at line 249 of file Dominance.h.


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