Polly
22.0.0git
llvm-project
polly
include
polly
ScheduleOptimizer.h
Go to the documentation of this file.
1
//===- polly/ScheduleOptimizer.h - The Schedule Optimizer -------*- 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_SCHEDULEOPTIMIZER_H
10
#define POLLY_SCHEDULEOPTIMIZER_H
11
12
#include "
polly/DependenceInfo.h
"
13
14
namespace
llvm
{
15
class
TargetTransformInfo;
16
}
17
18
namespace
polly
{
19
20
void
runIslScheduleOptimizer
(
Scop
&
S
, llvm::TargetTransformInfo *TTI,
21
DependenceAnalysis::Result
&Deps);
22
}
// namespace polly
23
24
#endif
// POLLY_SCHEDULEOPTIMIZER_H
DependenceInfo.h
polly::Scop
Static Control Part.
Definition
ScopInfo.h:1625
S
#define S(TYPE, NAME)
Definition
isl_list_templ.c:23
llvm
Definition
CodeGeneration.h:14
polly
Definition
Canonicalization.h:14
polly::runIslScheduleOptimizer
void runIslScheduleOptimizer(Scop &S, llvm::TargetTransformInfo *TTI, DependenceAnalysis::Result &Deps)
polly::DependenceAnalysis::Result
Definition
DependenceInfo.h:206
Generated on
for Polly by
1.14.0