Polly
22.0.0git
llvm-project
polly
include
polly
FlattenSchedule.h
Go to the documentation of this file.
1
//===------ FlattenSchedule.h ----------------------------------*- 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
// Try to reduce the number of scatter dimension. Useful to make isl_union_map
10
// schedules more understandable. This is only intended for debugging and
11
// unittests, not for optimizations themselves.
12
//
13
//===----------------------------------------------------------------------===//
14
15
#ifndef POLLY_FLATTENSCHEDULE_H
16
#define POLLY_FLATTENSCHEDULE_H
17
18
namespace
polly
{
19
class
Scop
;
20
21
void
runFlattenSchedulePass
(
Scop
&
S
);
22
}
// namespace polly
23
24
#endif
/* POLLY_FLATTENSCHEDULE_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::runFlattenSchedulePass
void runFlattenSchedulePass(Scop &S)
Definition
FlattenSchedule.cpp:43
Generated on
for Polly by
1.14.0