◆ OpPassManagerImpl()
mlir::detail::OpPassManagerImpl::OpPassManagerImpl |
( |
OperationName |
name, |
|
|
bool |
disableThreads, |
|
|
bool |
verifyPasses |
|
) |
| |
|
inline |
◆ coalesceAdjacentAdaptorPasses()
void OpPassManagerImpl::coalesceAdjacentAdaptorPasses |
( |
| ) |
|
Coalesce adjacent AdaptorPasses into one large adaptor. This runs recursively through the pipeline graph.
◆ mergeInto()
Merge the passes of this pass manager into the one provided.
◆ disableThreads
bool mlir::detail::OpPassManagerImpl::disableThreads |
Flag to disable multi-threading of passes.
◆ name
The name of the operation that passes of this pass manager operate on.
◆ passes
std::vector<std::unique_ptr<Pass> > mlir::detail::OpPassManagerImpl::passes |
The set of passes to run as part of this pass manager.
◆ verifyPasses
bool mlir::detail::OpPassManagerImpl::verifyPasses |
Flag that specifies if the IR should be verified after each pass has run.
The documentation for this struct was generated from the following file: