MLIR  18.0.0git
Public Member Functions | Public Attributes | List of all members
JamBlockGatherer Struct Reference

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 1108 of file LoopUtils.cpp.

Member Function Documentation

◆ walk() [1/2]

void JamBlockGatherer::walk ( Block block)
inline

Definition at line 1119 of file LoopUtils.cpp.

References mlir::Block::begin(), mlir::Block::end(), and mlir::detail::walk().

◆ walk() [2/2]

void JamBlockGatherer::walk ( Operation op)
inline

Definition at line 1113 of file LoopUtils.cpp.

Referenced by mlir::affine::loopUnrollJamByFactor().

Member Data Documentation

◆ subBlocks

std::vector<std::pair<Block::iterator, Block::iterator> > JamBlockGatherer::subBlocks

Definition at line 1110 of file LoopUtils.cpp.

Referenced by mlir::affine::loopUnrollJamByFactor().


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