Polly 19.0.0git
Macros | Functions
MaximalStaticExpansion.cpp File Reference
#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.

Macros

#define DEBUG_TYPE   "polly-mse"
 

Functions

 INITIALIZE_PASS_BEGIN (MaximalStaticExpanderWrapperPass, "polly-mse", "Polly - Maximal static expansion of SCoP", false, false)
 
 INITIALIZE_PASS_DEPENDENCY (DependenceInfo)
 
 INITIALIZE_PASS_DEPENDENCY (OptimizationRemarkEmitterWrapperPass)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "polly-mse"

Definition at line 34 of file MaximalStaticExpansion.cpp.

Function Documentation

◆ 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 ( DependenceInfo  )

◆ INITIALIZE_PASS_DEPENDENCY() [2/2]

INITIALIZE_PASS_DEPENDENCY ( OptimizationRemarkEmitterWrapperPass  )