|
Polly 22.0.0git
|
#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) |
| #define DEBUG_TYPE "polly-simplify" |
Definition at line 25 of file Simplify.cpp.
| #define TWO_STATISTICS | ( | VARNAME, | |
| DESC ) |
Definition at line 37 of file Simplify.cpp.