CIRCT
20.0.0git
|
#include "circt/Support/LLVM.h"
#include "mlir/Pass/Pass.h"
#include <memory>
#include "circt/Dialect/OM/OMPasses.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
circt::om | |
Macros | |
#define | GEN_PASS_REGISTRATION |
Functions | |
std::unique_ptr< mlir::Pass > | circt::om::createOMLinkModulesPass () |
std::unique_ptr< mlir::Pass > | circt::om::createFreezePathsPass (std::function< StringAttr(Operation *)> getOpNameFallback={}) |
std::unique_ptr< mlir::Pass > | circt::om::createVerifyObjectFieldsPass () |
#define GEN_PASS_REGISTRATION |
Definition at line 28 of file OMPasses.h.