CIRCT  20.0.0git
MoorePasses.h
Go to the documentation of this file.
1 //===- Passes.h - Moore pass entry points -----------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This header file defines prototypes that expose pass constructors.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 #ifndef CIRCT_DIALECT_MOORE_MOOREPASSES_H
14 #define CIRCT_DIALECT_MOORE_MOOREPASSES_H
15 
17 #include "mlir/Pass/Pass.h"
18 
19 namespace circt {
20 namespace moore {
21 
22 #define GEN_PASS_DECL
23 #include "circt/Dialect/Moore/MoorePasses.h.inc"
24 
25 std::unique_ptr<mlir::Pass> createSimplifyProceduresPass();
26 std::unique_ptr<mlir::Pass> createLowerConcatRefPass();
27 
28 /// Generate the code for registering passes.
29 #define GEN_PASS_REGISTRATION
30 #include "circt/Dialect/Moore/MoorePasses.h.inc"
31 
32 } // namespace moore
33 } // namespace circt
34 
35 #endif // CIRCT_DIALECT_MOORE_MOOREPASSES_H
std::unique_ptr< mlir::Pass > createLowerConcatRefPass()
std::unique_ptr< mlir::Pass > createSimplifyProceduresPass()
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21