LLVM: llvm::TileInfo::MatrixLoop Struct Reference (original) (raw)

Properties of a single loop used when generating the tiled loop nest. More...

#include "[llvm/Transforms/Utils/MatrixUtils.h](MatrixUtils%5F8h%5Fsource.html)"

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.

Header

BasicBlock* llvm::TileInfo::MatrixLoop::Header = nullptr

The header and latch of the loop.

Definition at line 50 of file MatrixUtils.h.

Index

Value* llvm::TileInfo::MatrixLoop::Index = nullptr

The index updated on every iteration.

Definition at line 48 of file MatrixUtils.h.

Latch

BasicBlock* llvm::TileInfo::MatrixLoop::Latch = nullptr


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