CIRCT
21.0.0git
Loading...
Searching...
No Matches
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
class
RequireLike;
25
}
// namespace verif
26
}
// namespace circt
27
28
namespace
circt
{
29
namespace
verif
{
30
31
#define GEN_PASS_DECL
32
#define GEN_PASS_REGISTRATION
33
#include "circt/Dialect/Verif/Passes.h.inc"
34
35
}
// namespace verif
36
}
// namespace circt
37
38
#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 Sun Feb 23 2025 00:08:36 for CIRCT by
1.9.8