CIRCT
23.0.0git
Loading...
Searching...
No Matches
include
circt
Dialect
SV
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
18
namespace
circt
{
19
namespace
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
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
sv
Definition
sv.py:1
Generated on Wed Apr 1 2026 00:14:27 for CIRCT by
1.9.8