#include "polly/MaximalStaticExpansion.h"
#include "polly/DependenceInfo.h"
#include "polly/LinkAllPasses.h"
#include "polly/ScopInfo.h"
#include "polly/ScopPass.h"
#include "polly/Support/ISLTools.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
#include "llvm/InitializePasses.h"
#include "isl/isl-noexceptions.h"
#include "isl/union_map.h"
#include <cassert>
#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "polly-mse" |
◆ INITIALIZE_PASS_BEGIN()
INITIALIZE_PASS_BEGIN |
( |
MaximalStaticExpanderWrapperPass |
, |
|
|
"polly-mse" |
, |
|
|
"Polly - Maximal static expansion of SCoP" |
, |
|
|
false |
, |
|
|
false |
|
|
) |
| |
◆ INITIALIZE_PASS_DEPENDENCY() [1/2]
◆ INITIALIZE_PASS_DEPENDENCY() [2/2]
INITIALIZE_PASS_DEPENDENCY |
( |
OptimizationRemarkEmitterWrapperPass |
| ) |
|