Polly 22.0.0git
Simplify.cpp File Reference
#include "polly/Simplify.h"
#include "polly/Options.h"
#include "polly/ScopInfo.h"
#include "polly/Support/GICHelper.h"
#include "polly/Support/ISLOStream.h"
#include "polly/Support/ISLTools.h"
#include "polly/Support/VirtualInstruction.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
#include <optional>
#include "polly/Support/PollyDebug.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "polly-simplify"
#define TWO_STATISTICS(VARNAME, DESC)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "polly-simplify"

Definition at line 25 of file Simplify.cpp.

◆ TWO_STATISTICS

#define TWO_STATISTICS ( VARNAME,
DESC )
Value:
static llvm::Statistic VARNAME[2] = { \
{DEBUG_TYPE, #VARNAME "0", DESC " (first)"}, \
{DEBUG_TYPE, #VARNAME "1", DESC " (second)"}}
#define DEBUG_TYPE

Definition at line 37 of file Simplify.cpp.