Polly
22.0.0git
llvm-project
polly
include
polly
PruneUnprofitable.h
Go to the documentation of this file.
1
//===- PruneUnprofitable.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
// Mark a SCoP as unfeasible if not deemed profitable to optimize.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#ifndef POLLY_PRUNEUNPROFITABLE_H
14
#define POLLY_PRUNEUNPROFITABLE_H
15
16
namespace
polly
{
17
class
Scop
;
18
19
bool
runPruneUnprofitable
(
Scop
&
S
);
20
}
// namespace polly
21
22
#endif
// POLLY_PRUNEUNPROFITABLE_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::runPruneUnprofitable
bool runPruneUnprofitable(Scop &S)
Definition
PruneUnprofitable.cpp:59
Generated on
for Polly by
1.14.0