MLIR  19.0.0git
Public Member Functions | List of all members
mlir::SuccessorRange Class Referencefinal

This class implements the successor iterators for Block. More...

#include "mlir/IR/BlockSupport.h"

+ Inheritance diagram for mlir::SuccessorRange:

Public Member Functions

 SuccessorRange ()
 
 SuccessorRange (Block *block)
 
 SuccessorRange (Operation *term)
 

Detailed Description

This class implements the successor iterators for Block.

Definition at line 71 of file BlockSupport.h.

Constructor & Destructor Documentation

◆ SuccessorRange() [1/3]

SuccessorRange::SuccessorRange ( )

Definition at line 337 of file Block.cpp.

◆ SuccessorRange() [2/3]

SuccessorRange::SuccessorRange ( Block block)

◆ SuccessorRange() [3/3]

SuccessorRange::SuccessorRange ( Operation term)

The documentation for this class was generated from the following files: