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

Public Attributes

llvm::sys::SmartMutex< true > mutex
 Mutex to keep instrumentation access thread-safe. More...
 
std::vector< std::unique_ptr< PassInstrumentation > > instrumentations
 Set of registered instrumentations. More...
 

Detailed Description

Definition at line 996 of file Pass.cpp.

Member Data Documentation

◆ instrumentations

std::vector<std::unique_ptr<PassInstrumentation> > mlir::detail::PassInstrumentorImpl::instrumentations

Set of registered instrumentations.

Definition at line 1001 of file Pass.cpp.

◆ mutex

llvm::sys::SmartMutex<true> mlir::detail::PassInstrumentorImpl::mutex

Mutex to keep instrumentation access thread-safe.

Definition at line 998 of file Pass.cpp.


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