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

Statistics collected while applying mem2reg. More...

#include "mlir/Transforms/Mem2Reg.h"

Public Attributes

llvm::Statistic * promotedAmount = nullptr
 Total amount of memory slots promoted. More...
 
llvm::Statistic * newBlockArgumentAmount = nullptr
 Total amount of new block arguments inserted in blocks. More...
 

Detailed Description

Statistics collected while applying mem2reg.

Definition at line 19 of file Mem2Reg.h.

Member Data Documentation

◆ newBlockArgumentAmount

llvm::Statistic* mlir::Mem2RegStatistics::newBlockArgumentAmount = nullptr

Total amount of new block arguments inserted in blocks.

Definition at line 23 of file Mem2Reg.h.

◆ promotedAmount

llvm::Statistic* mlir::Mem2RegStatistics::promotedAmount = nullptr

Total amount of memory slots promoted.

Definition at line 21 of file Mem2Reg.h.


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