Polly 19.0.0git
Namespaces | Macros | Functions
PollyDebug.h File Reference
#include "llvm/Support/Debug.h"

Go to the source code of this file.

Namespaces

namespace  polly
 

Macros

#define POLLY_DEBUG(X)
 

Functions

bool polly::getPollyDebugFlag ()
 

Macro Definition Documentation

◆ POLLY_DEBUG

#define POLLY_DEBUG (   X)
Value:
do { \
X; \
} else { \
DEBUG_WITH_TYPE(DEBUG_TYPE, X); \
} \
} while (0)
#define DEBUG_TYPE
static RegisterPass< ScopViewerWrapperPass > X("view-scops", "Polly - View Scops of function")
bool getPollyDebugFlag()
Definition: PollyDebug.cpp:20

Definition at line 23 of file PollyDebug.h.