Polly 22.0.0git
DeadCodeElimination.h
Go to the documentation of this file.
1//===- DeadCodeElimination.h ----------------------------------------------===//
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// Eliminate dead iterations.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef POLLY_DEADCODEELIMINATION_H
14#define POLLY_DEADCODEELIMINATION_H
15
17
18namespace polly {
19
21} // namespace polly
22
23#endif /* POLLY_DEADCODEELIMINATION_H */
Static Control Part.
Definition ScopInfo.h:1625
#define S(TYPE, NAME)
bool runDeadCodeElim(Scop &S, DependenceAnalysis::Result &DA)