Polly 19.0.0git
Classes | Namespaces | Functions
DumpModulePass.h File Reference
#include "llvm/IR/PassManager.h"
#include <string>

Go to the source code of this file.

Classes

struct  polly::DumpModulePass
 A pass that prints the module into a file. More...
 

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::ModulePass * polly::createDumpModuleWrapperPass (std::string Filename, bool IsSuffix)
 Create a pass that prints the module into a file.
 
void llvm::initializeDumpModuleWrapperPassPass (llvm::PassRegistry &)