Polly 22.0.0git
PollyDebug.cpp File Reference
#include "polly/Support/PollyDebug.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Functions

static cl::opt< bool, true > PollyDebug ("polly-debug", cl::desc("Enable debug output for only polly passes."), cl::Hidden, cl::location(PollyDebugFlag), cl::ZeroOrMore)

Variables

bool PollyDebugFlag

Function Documentation

◆ PollyDebug()

cl::opt< bool, true > PollyDebug ( "polly-debug" ,
cl::desc("Enable debug output for only polly passes.") ,
cl::Hidden ,
cl::location(PollyDebugFlag) ,
cl::ZeroOrMore  )
static

References PollyDebugFlag.

Variable Documentation

◆ PollyDebugFlag

bool PollyDebugFlag

Definition at line 19 of file PollyDebug.cpp.

Referenced by polly::getPollyDebugFlag(), and PollyDebug().