|
Polly 22.0.0git
|
A pass that isolates a function into a new Module and writes it into a file. More...
#include <DumpFunctionPass.h>
Public Member Functions | |
| DumpFunctionPass (std::string Suffix) | |
| llvm::PreservedAnalyses | run (llvm::Function &F, llvm::FunctionAnalysisManager &AM) |
Public Attributes | |
| std::string | Suffix |
A pass that isolates a function into a new Module and writes it into a file.
Definition at line 28 of file DumpFunctionPass.h.
|
inline |
Definition at line 31 of file DumpFunctionPass.h.
References Suffix.
| llvm::PreservedAnalyses DumpFunctionPass::run | ( | llvm::Function & | F, |
| llvm::FunctionAnalysisManager & | AM ) |
Definition at line 122 of file DumpFunctionPass.cpp.
| std::string polly::DumpFunctionPass::Suffix |
Definition at line 29 of file DumpFunctionPass.h.
Referenced by DumpFunctionPass(), and run().