MLIR
20.0.0git
|
#include "mlir/Pass/PassRegistry.h"
Public Member Functions | |
void | attachResourceParser (ParserConfig &config) |
Attach an assembly resource parser to 'config' that collects the MLIR reproducer configuration into this instance. More... | |
LogicalResult | apply (PassManager &pm) const |
Apply the reproducer options to 'pm' and its context. More... | |
Definition at line 300 of file PassRegistry.h.
LogicalResult PassReproducerOptions::apply | ( | PassManager & | pm | ) | const |
Apply the reproducer options to 'pm' and its context.
Definition at line 514 of file PassCrashRecovery.cpp.
References mlir::MLIRContext::disableMultithreading(), mlir::PassManager::enableVerifier(), mlir::PassManager::getContext(), and mlir::parsePassPipeline().
Referenced by performActions().
void PassReproducerOptions::attachResourceParser | ( | ParserConfig & | config | ) |
Attach an assembly resource parser to 'config' that collects the MLIR reproducer configuration into this instance.
Definition at line 488 of file PassCrashRecovery.cpp.
References mlir::ParserConfig::attachResourceParser().
Referenced by performActions().