CIRCT
23.0.0git
Loading...
Searching...
No Matches
include
circt
Dialect
Arc
ArcPasses.h
Go to the documentation of this file.
1
//===- ArcPasses.h - Arc dialect passes -----------------------------------===//
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
#ifndef CIRCT_DIALECT_ARC_ARCPASSES_H
10
#define CIRCT_DIALECT_ARC_ARCPASSES_H
11
12
#include "mlir/Pass/Pass.h"
13
#include <memory>
14
#include <optional>
15
16
#include "
circt/Dialect/HW/HWOps.h
"
17
18
namespace
mlir
{
19
class
Pass;
20
}
// namespace mlir
21
22
#include "circt/Dialect/Arc/ArcPassesEnums.h.inc"
23
24
namespace
circt
{
25
namespace
arc
{
26
27
#define GEN_PASS_DECL
28
#include "circt/Dialect/Arc/ArcPasses.h.inc"
29
30
#define GEN_PASS_REGISTRATION
31
#include "circt/Dialect/Arc/ArcPasses.h.inc"
32
33
}
// namespace arc
34
}
// namespace circt
35
36
#endif
// CIRCT_DIALECT_ARC_ARCPASSES_H
HWOps.h
arc
Definition
arc.py:1
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
mlir
Definition
DebugAnalysis.h:16
Generated on Wed Apr 1 2026 00:14:27 for CIRCT by
1.9.8