Polly 20.0.0git
|
#include "polly/Support/DumpModulePass.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ToolOutputFile.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "polly-dump-module" |
Functions | |
INITIALIZE_PASS_BEGIN (DumpModuleWrapperPass, "polly-dump-module", "Polly - Dump Module", false, false) INITIALIZE_PASS_END(DumpModuleWrapperPass | |
Variables | |
polly dump | module |
polly dump Polly Dump | Module |
polly dump Polly Dump | false |
#define DEBUG_TYPE "polly-dump-module" |
Definition at line 21 of file DumpModulePass.cpp.
INITIALIZE_PASS_BEGIN | ( | DumpModuleWrapperPass | , |
"polly-dump-module" | , | ||
"Polly - Dump Module" | , | ||
false | , | ||
false | |||
) |
polly dump Polly Dump false |
Definition at line 102 of file DumpModulePass.cpp.
polly dump module |
Definition at line 101 of file DumpModulePass.cpp.
polly dump Polly Dump Module |
Definition at line 102 of file DumpModulePass.cpp.
Referenced by polly::IslExprBuilder::createBinOp(), polly::RuntimeDebugBuilder::createFlush(), polly::RuntimeDebugBuilder::getPrintF(), and polly::RuntimeDebugBuilder::getVPrintF().