Loading [MathJax]/extensions/tex2jax.js
CIRCT 22.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HWPasses.h
Go to the documentation of this file.
1//===- Passes.h - HW 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_HW_HWPASSES_H
14#define CIRCT_DIALECT_HW_HWPASSES_H
15
16#include "mlir/Pass/Pass.h"
17#include "mlir/Pass/PassRegistry.h"
18
19namespace circt {
20namespace hw {
21
22#define GEN_PASS_DECL
23#include "circt/Dialect/HW/Passes.h.inc"
24
25/// Generate the code for registering passes.
26#define GEN_PASS_REGISTRATION
27#include "circt/Dialect/HW/Passes.h.inc"
28
29} // namespace hw
30} // namespace circt
31
32#endif // CIRCT_DIALECT_HW_HWPASSES_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition hw.py:1