9#ifndef POLLY_CANONICALIZATION_H
10#define POLLY_CANONICALIZATION_H
12#include "llvm/Passes/PassBuilder.h"
31llvm::FunctionPassManager
33 llvm::OptimizationLevel Level);
This file contains the declaration of the PolyhedralInfo class, which will provide an interface to ex...
void registerCanonicalicationPasses(llvm::legacy::PassManagerBase &PM)
Schedule a set of canonicalization passes to prepare for Polly.
llvm::FunctionPassManager buildCanonicalicationPassesForNPM(llvm::ModulePassManager &MPM, llvm::OptimizationLevel Level)