Polly 19.0.0git
Classes | Namespaces | Functions
Simplify.h File Reference
#include "polly/ScopPass.h"
#include "llvm/ADT/SmallVector.h"

Go to the source code of this file.

Classes

struct  polly::SimplifyPass
 
struct  polly::SimplifyPrinterPass
 

Namespaces

namespace  llvm
 This file contains the declaration of the PolyhedralInfo class, which will provide an interface to expose polyhedral analysis information of Polly.
 
namespace  polly
 

Functions

llvm::SmallVector< MemoryAccess *, 32 > polly::getAccessesInOrder (ScopStmt &Stmt)
 Return a vector that contains MemoryAccesses in the order in which they are executed.
 
llvm::Pass * polly::createSimplifyWrapperPass (int CallNo=0)
 Create a Simplify pass.
 
llvm::Pass * polly::createSimplifyPrinterLegacyPass (llvm::raw_ostream &OS)
 
void llvm::initializeSimplifyWrapperPassPass (llvm::PassRegistry &)
 
void llvm::initializeSimplifyPrinterLegacyPassPass (llvm::PassRegistry &)