MLIR  19.0.0git
Public Attributes | List of all members
mlir::scf::LoopNest Struct Reference

#include "mlir/Dialect/SCF/IR/SCF.h"

Public Attributes

LoopVector loops
 
ValueVector results
 

Detailed Description

Definition at line 72 of file SCF.h.

Member Data Documentation

◆ loops

LoopVector mlir::scf::LoopNest::loops

Definition at line 73 of file SCF.h.

Referenced by mlir::linalg::GenerateLoopNest< LoopTy >::doit().

◆ results

ValueVector mlir::scf::LoopNest::results

Definition at line 74 of file SCF.h.


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