#include "polly/ScopGraphPrinter.h"
#include "polly/ScopDetection.h"
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
|
| 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)) |
◆ 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 |
◆ 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 |