#include "polly/Support/DumpFunctionPass.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassInstrumentation.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"
#include "llvm/Transforms/IPO/GlobalDCE.h"
#include "llvm/Transforms/IPO/StripDeadPrototypes.h"
#include "llvm/Transforms/Utils/Cloning.h"
Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "polly-dump-func" |
◆ INITIALIZE_PASS_BEGIN()
INITIALIZE_PASS_BEGIN |
( |
DumpFunctionWrapperPass |
, |
|
|
"polly-dump-function" |
, |
|
|
"Polly - Dump Function" |
, |
|
|
false |
, |
|
|
false |
|
|
) |
| |
◆ false
polly dump Polly Dump false |
◆ function
◆ Function
polly dump Polly Dump Function |
Definition at line 131 of file DumpFunctionPass.cpp.
Referenced by polly::IslExprBuilder::createBinOp(), polly::ParallelLoopGeneratorGOMP::createCallCleanupThread(), polly::ParallelLoopGeneratorKMP::createCallDispatchInit(), polly::ParallelLoopGeneratorKMP::createCallDispatchNext(), polly::ParallelLoopGeneratorGOMP::createCallGetWorkItem(), polly::ParallelLoopGeneratorKMP::createCallGlobalThreadNum(), polly::ParallelLoopGeneratorGOMP::createCallJoinThreads(), polly::ParallelLoopGeneratorKMP::createCallPushNumThreads(), polly::ParallelLoopGeneratorGOMP::createCallSpawnThreads(), polly::ParallelLoopGeneratorKMP::createCallSpawnThreads(), polly::ParallelLoopGeneratorKMP::createCallStaticFini(), polly::ParallelLoopGeneratorKMP::createCallStaticInit(), polly::RuntimeDebugBuilder::createFlush(), polly::IslNodeBuilder::createForParallel(), polly::IslNodeBuilder::createIf(), polly::createLoop(), polly::IslExprBuilder::createOpBooleanConditional(), polly::ParallelLoopGenerator::createParallelLoop(), polly::ParallelLoopGeneratorGOMP::createSubFn(), polly::ParallelLoopGeneratorKMP::createSubFn(), polly::ParallelLoopGenerator::createSubFnDefinition(), generateCode(), polly::PerfMonitor::getAtExit(), polly::Scop::getFunction(), polly::RuntimeDebugBuilder::getPrintF(), polly::PerfMonitor::getRDTSCP(), polly::RuntimeDebugBuilder::getVPrintF(), polly::PerfMonitor::initialize(), INITIALIZE_PASS_END(), polly::PerfMonitor::insertFinalReporting(), polly::PerfMonitor::insertInitFunction(), polly::PerfMonitor::insertRegionEnd(), polly::PerfMonitor::insertRegionStart(), ScopExpander::isInOrigRegion(), polly::ScopDetection::isValidCallInst(), polly::IslNodeBuilder::preloadInvariantLoad(), polly::ParallelLoopGenerator::prepareSubFnDefinition(), polly::ParallelLoopGeneratorGOMP::prepareSubFnDefinition(), polly::ParallelLoopGeneratorKMP::prepareSubFnDefinition(), polly::IslAstInfo::print(), polly::ScopInfoRegionPass::runOnRegion(), and STATISTIC().