#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.
◆ DEBUG_TYPE
#define DEBUG_TYPE "polly-dump-module" |
◆ INITIALIZE_PASS_BEGIN()
INITIALIZE_PASS_BEGIN |
( |
DumpModuleWrapperPass | , |
|
|
"polly-dump-module" | , |
|
|
"Polly - Dump Module" | , |
|
|
false | , |
|
|
false | ) |
◆ false
polly dump Polly Dump false |
◆ Module
polly dump Polly Dump Module |
Definition at line 102 of file DumpModulePass.cpp.
Referenced by polly::IslExprBuilder::createBinOp(), polly::RuntimeDebugBuilder::createFlush(), polly::DependenceInfoWrapperPass::getDependences(), polly::RuntimeDebugBuilder::getPrintF(), polly::RuntimeDebugBuilder::getVPrintF(), polly::PerfMonitor::PerfMonitor(), polly::DependenceInfoWrapperPass::print(), polly::PolyhedralInfo::print(), polly::ScopDetectionWrapperPass::print(), polly::ScopInfoRegionPass::print(), polly::ScopInfoWrapperPass::print(), polly::ScopPass::print(), and TryRegisterGlobal().
◆ module