Polly
22.0.0git
llvm-project
polly
include
polly
JSONExporter.h
Go to the documentation of this file.
1
//===- polly/JSONExporter.h - Import/Export to/from jscop files.-*- 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
#ifndef POLLY_JSONEXPORTER_H
10
#define POLLY_JSONEXPORTER_H
11
12
#include "
polly/DependenceInfo.h
"
13
14
namespace
polly
{
15
16
/// This pass imports a scop from a jscop file. The filename is deduced from the
17
/// concatenation of the function and scop name.
18
void
runImportJSON
(
Scop
&
S
,
DependenceAnalysis::Result
&DA);
19
20
/// This pass exports a scop to a jscop file. The filename is generated from the
21
/// concatenation of the function and scop name.
22
void
runExportJSON
(
Scop
&
S
);
23
}
// namespace polly
24
25
#endif
/* POLLY_JSONEXPORTER_H */
DependenceInfo.h
polly::Scop
Static Control Part.
Definition
ScopInfo.h:1625
S
#define S(TYPE, NAME)
Definition
isl_list_templ.c:23
polly
Definition
Canonicalization.h:14
polly::runExportJSON
void runExportJSON(Scop &S)
This pass exports a scop to a jscop file.
Definition
JSONExporter.cpp:738
polly::runImportJSON
void runImportJSON(Scop &S, DependenceAnalysis::Result &DA)
This pass imports a scop from a jscop file.
Definition
JSONExporter.cpp:718
polly::DependenceAnalysis::Result
Definition
DependenceInfo.h:206
Generated on
for Polly by
1.14.0