MLIR 22.0.0git
mlir::JamBlockGatherer< OpTy > Struct Template Reference

#include "mlir/Interfaces/LoopLikeInterface.h"

Public Member Functions

void walk (Operation *op)
void walk (Block &block)

Public Attributes

SmallVector< std::pair< Block::iterator, Block::iterator > > subBlocks

Detailed Description

template<typename OpTy>
struct mlir::JamBlockGatherer< OpTy >

Definition at line 56 of file LoopLikeInterface.h.

Member Function Documentation

◆ walk() [1/2]

template<typename OpTy>
void mlir::JamBlockGatherer< OpTy >::walk ( Block & block)
inline

◆ walk() [2/2]

template<typename OpTy>
void mlir::JamBlockGatherer< OpTy >::walk ( Operation * op)
inline

Member Data Documentation

◆ subBlocks

template<typename OpTy>
SmallVector<std::pair<Block::iterator, Block::iterator> > mlir::JamBlockGatherer< OpTy >::subBlocks

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