|
Polly 22.0.0git
|
#include "polly/Pass/PhaseManager.h"#include "polly/CodeGen/CodeGeneration.h"#include "polly/CodeGen/IslAst.h"#include "polly/CodePreparation.h"#include "polly/DeLICM.h"#include "polly/DeadCodeElimination.h"#include "polly/DependenceInfo.h"#include "polly/FlattenSchedule.h"#include "polly/ForwardOpTree.h"#include "polly/JSONExporter.h"#include "polly/MaximalStaticExpansion.h"#include "polly/PruneUnprofitable.h"#include "polly/ScheduleOptimizer.h"#include "polly/ScopDetection.h"#include "polly/ScopDetectionDiagnostic.h"#include "polly/ScopGraphPrinter.h"#include "polly/ScopInfo.h"#include "polly/Simplify.h"#include "polly/Support/PollyDebug.h"#include "llvm/ADT/PriorityWorklist.h"#include "llvm/Analysis/AssumptionCache.h"#include "llvm/Analysis/OptimizationRemarkEmitter.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/IR/Module.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "polly-pass" |
| #define DEBUG_TYPE "polly-pass" |
Definition at line 34 of file PhaseManager.cpp.