My Project
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...
 

Member Data Documentation

◆ instrumentations

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

Set of registered instrumentations.

◆ mutex

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

Mutex to keep instrumentation access thread-safe.


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