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

Go to the source code of this file.

Namespaces

namespace  polly
namespace  llvm

Functions

static cl::opt< std::string, true > XViewFilter ("polly-view-only", cl::desc("Only view functions that match this pattern"), cl::location(ViewFilter), cl::Hidden, cl::init(""))
static cl::opt< bool, true > XViewAll ("polly-view-all", cl::desc("Also show functions without any scops"), cl::location(ViewAll), cl::Hidden, cl::init(false))

Function Documentation

◆ XViewAll()

cl::opt< bool, true > XViewAll ( "polly-view-all" ,
cl::desc("Also show functions without any scops") ,
cl::location(ViewAll) ,
cl::Hidden ,
cl::init(false)  )
static

References polly::ViewAll.

◆ XViewFilter()

cl::opt< std::string, true > XViewFilter ( "polly-view-only" ,
cl::desc("Only view functions that match this pattern") ,
cl::location(ViewFilter) ,
cl::Hidden ,
cl::init("")  )
static

References polly::ViewFilter.