Polly
22.0.0git
llvm-project
polly
include
polly
MaximalStaticExpansion.h
Go to the documentation of this file.
1
//===- polly/MaximalStaticExpansion.h - expand memory access -*- 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
// This pass fully expand the memory accesses of a Scop to get rid of
10
// dependencies.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef POLLY_MAXIMALSTATICEXPANSION_H
15
#define POLLY_MAXIMALSTATICEXPANSION_H
16
17
#include "
polly/DependenceInfo.h
"
18
19
namespace
polly
{
20
21
void
runMaximalStaticExpansion
(
Scop
&
S
,
DependenceAnalysis::Result
&DI);
22
}
// namespace polly
23
24
#endif
/* POLLY_MAXIMALSTATICEXPANSION_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::runMaximalStaticExpansion
void runMaximalStaticExpansion(Scop &S, DependenceAnalysis::Result &DI)
Definition
MaximalStaticExpansion.cpp:453
polly::DependenceAnalysis::Result
Definition
DependenceInfo.h:206
Generated on
for Polly by
1.14.0