1 //===------ Simplify.h ------------------------------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // Simplify a SCoP by removing unnecessary statements and accesses.
12 //===----------------------------------------------------------------------===//
14 #ifndef POLLY_TRANSFORM_SIMPLIFY_H
15 #define POLLY_TRANSFORM_SIMPLIFY_H
23 llvm::Pass
*createSimplifyPass();
27 void initializeSimplifyPass(llvm::PassRegistry
&);
30 #endif /* POLLY_TRANSFORM_SIMPLIFY_H */