CIRCT  19.0.0git
AffineToLoopSchedule.h
Go to the documentation of this file.
1 //===- AffineToLoopSchedule.h
2 //-------------------------------------------------===//
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 #ifndef CIRCT_CONVERSION_AFFINETOLOOPSCHEDULE_H_
11 #define CIRCT_CONVERSION_AFFINETOLOOPSCHEDULE_H_
12 
13 #include <memory>
14 
15 namespace mlir {
16 class Pass;
17 } // namespace mlir
18 
19 namespace circt {
20 std::unique_ptr<mlir::Pass> createAffineToLoopSchedule();
21 } // namespace circt
22 
23 #endif // CIRCT_CONVERSION_AFFINETOLOOPSCHEDULE_H_
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
std::unique_ptr< mlir::Pass > createAffineToLoopSchedule()