Polly 19.0.0git
Functions | Variables
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()

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

Variable Documentation

◆ PollyDebugFlag

bool PollyDebugFlag

Definition at line 19 of file PollyDebug.cpp.

Referenced by polly::getPollyDebugFlag().