13#ifndef POLLY_SUPPORT_DUMPFUNCTIONPASS_H
14#define POLLY_SUPPORT_DUMPFUNCTIONPASS_H
16#include "llvm/IR/PassManager.h"
33 llvm::PreservedAnalyses
run(llvm::Function &F,
34 llvm::FunctionAnalysisManager &AM);
This file contains the declaration of the PolyhedralInfo class, which will provide an interface to ex...
void initializeDumpFunctionWrapperPassPass(llvm::PassRegistry &)
llvm::FunctionPass * createDumpFunctionWrapperPass(std::string Suffix)
A pass that isolates a function into a new Module and writes it into a file.
DumpFunctionPass(std::string Suffix)
llvm::PreservedAnalyses run(llvm::Function &F, llvm::FunctionAnalysisManager &AM)