MLIR 22.0.0git
mlir::ForwardIterator Struct Reference

This iterator enumerates the elements in "forward" order. More...

#include "mlir/IR/Visitors.h"

Static Public Member Functions

static MutableArrayRef< RegionmakeIterable (Operation &range)
 Make operations iterable: return the list of regions.
template<typename T>
static constexpr T & makeIterable (T &range)
 Regions and block are already iterable.

Detailed Description

This iterator enumerates the elements in "forward" order.

Definition at line 31 of file Visitors.h.

Member Function Documentation

◆ makeIterable() [1/2]

◆ makeIterable() [2/2]

template<typename T>
constexpr T & mlir::ForwardIterator::makeIterable ( T & range)
inlinestaticconstexpr

Regions and block are already iterable.

Definition at line 37 of file Visitors.h.


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