CIRCT
20.0.0git
include
circt
Dialect
Verif
VerifPasses.h
Go to the documentation of this file.
1
2
//===- Passes.h - Verif pass entry points ------------------------*- C++-*-===//
3
//
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
// See https://llvm.org/LICENSE.txt for license information.
6
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
// This header file defines prototypes that expose pass constructors.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef CIRCT_DIALECT_VERIF_VERIFPASSES_H
15
#define CIRCT_DIALECT_VERIF_VERIFPASSES_H
16
17
#include "mlir/Pass/Pass.h"
18
#include "mlir/Pass/PassRegistry.h"
19
#include <memory>
20
21
namespace
circt
{
22
namespace
verif
{
23
class
FormalOp;
24
}
// namespace verif
25
}
// namespace circt
26
27
namespace
circt
{
28
namespace
verif
{
29
30
#define GEN_PASS_DECL
31
#define GEN_PASS_REGISTRATION
32
#include "circt/Dialect/Verif/Passes.h.inc"
33
34
}
// namespace verif
35
}
// namespace circt
36
37
#endif
// CIRCT_DIALECT_VERIF_VERIFPASSES_H
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition:
DebugAnalysis.h:21
verif
Definition:
verif.py:1
Generated on Sat Nov 23 2024 00:07:51 for CIRCT by
1.9.1