LLVM 20.0.0git
|
Properties of a single loop used when generating the tiled loop nest. More...
#include "llvm/Transforms/Utils/MatrixUtils.h"
Public Attributes | |
Value * | Index = nullptr |
The index updated on every iteration. | |
BasicBlock * | Header = nullptr |
The header and latch of the loop. | |
BasicBlock * | Latch = nullptr |
Properties of a single loop used when generating the tiled loop nest.
Definition at line 46 of file MatrixUtils.h.
BasicBlock* llvm::TileInfo::MatrixLoop::Header = nullptr |
The header and latch of the loop.
Definition at line 50 of file MatrixUtils.h.
Referenced by llvm::TileInfo::CreateTiledLoops().
Value* llvm::TileInfo::MatrixLoop::Index = nullptr |
The index updated on every iteration.
Definition at line 48 of file MatrixUtils.h.
Referenced by llvm::TileInfo::CreateTiledLoops().
BasicBlock* llvm::TileInfo::MatrixLoop::Latch = nullptr |
Definition at line 51 of file MatrixUtils.h.
Referenced by llvm::TileInfo::CreateTiledLoops().