MLIR  19.0.0git
Public Member Functions | List of all members
mlir::tblgen::PassStatistic Class Reference

#include "mlir/TableGen/Pass.h"

Public Member Functions

 PassStatistic (const llvm::Record *def)
 
StringRef getCppVariableName () const
 Return the name for the C++ statistic variable. More...
 
StringRef getName () const
 Return the name of the statistic. More...
 
StringRef getDescription () const
 Return the description for this statistic. More...
 

Detailed Description

Definition at line 56 of file Pass.h.

Constructor & Destructor Documentation

◆ PassStatistic()

mlir::tblgen::PassStatistic::PassStatistic ( const llvm::Record *  def)
inlineexplicit

Definition at line 58 of file Pass.h.

Member Function Documentation

◆ getCppVariableName()

StringRef PassStatistic::getCppVariableName ( ) const

Return the name for the C++ statistic variable.

Definition at line 51 of file Pass.cpp.

◆ getDescription()

StringRef PassStatistic::getDescription ( ) const

Return the description for this statistic.

Definition at line 59 of file Pass.cpp.

◆ getName()

StringRef PassStatistic::getName ( ) const

Return the name of the statistic.

Definition at line 55 of file Pass.cpp.


The documentation for this class was generated from the following files: