CIRCT 23.0.0git
Loading...
Searching...
No Matches
SVPasses.h
Go to the documentation of this file.
1//===- SVPasses.h - SV 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_SV_SVPASSES_H
14#define CIRCT_DIALECT_SV_SVPASSES_H
15
16#include "mlir/Pass/Pass.h"
17
18namespace circt {
19namespace sv {
20
21#define GEN_PASS_DECL
22#include "circt/Dialect/SV/SVPasses.h.inc"
23
24/// Generate the code for registering passes.
25#define GEN_PASS_REGISTRATION
26#include "circt/Dialect/SV/SVPasses.h.inc"
27
28} // namespace sv
29} // namespace circt
30
31#endif // CIRCT_DIALECT_SV_SVPASSES_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition sv.py:1