#include "polly/ScopGraphPrinter.h"
#include "polly/LinkAllPasses.h"
#include "polly/ScopDetection.h"
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
|
namespace | llvm |
| This file contains the declaration of the PolyhedralInfo class, which will provide an interface to expose polyhedral analysis information of Polly.
|
|
|
static cl::opt< std::string > | ViewFilter ("polly-view-only", cl::desc("Only view functions that match this pattern"), cl::Hidden, cl::init("")) |
|
static cl::opt< bool > | ViewAll ("polly-view-all", cl::desc("Also show functions without any scops"), cl::Hidden, cl::init(false)) |
|
static RegisterPass< ScopViewerWrapperPass > | X ("view-scops", "Polly - View Scops of function") |
|
static RegisterPass< ScopOnlyViewerWrapperPass > | Y ("view-scops-only", "Polly - View Scops of function (with no function bodies)") |
|
static RegisterPass< ScopPrinterWrapperPass > | M ("dot-scops", "Polly - Print Scops of function") |
|
static RegisterPass< ScopOnlyPrinterWrapperPass > | N ("dot-scops-only", "Polly - Print Scops of function (with no function bodies)") |
|
◆ M()
Referenced by add_strides(), affine_hull_with_cone(), check_final_columns_are_zero(), polly::IslExprBuilder::createBinOp(), polly::RuntimeDebugBuilder::createFlush(), exchange(), for(), polly::RuntimeDebugBuilder::getPrintF(), polly::ScopStmt::getSchedule(), polly::RuntimeDebugBuilder::getVPrintF(), if(), isl_basic_map_make_strides_explicit(), isl_basic_set_sample_with_cone(), isl_mat_left_hermite(), isl_mat_unimodular_complete(), isl_tab_alloc(), modulo_lineality(), oppose(), particular_solution(), polly::DumpModulePass::run(), set_from_affine_matrix(), sol_push_sol_mat(), subtract(), tab_for_lexmin(), and TryRegisterGlobal().
◆ N()
◆ ViewAll()
static cl::opt< bool > ViewAll |
( |
"polly-view-all" |
, |
|
|
cl::desc("Also show functions without any scops") |
, |
|
|
cl::Hidden |
, |
|
|
cl::init(false) |
|
|
) |
| |
|
static |
◆ ViewFilter()
static cl::opt< std::string > ViewFilter |
( |
"polly-view-only" |
, |
|
|
cl::desc("Only view functions that match this pattern") |
, |
|
|
cl::Hidden |
, |
|
|
cl::init("") |
|
|
) |
| |
|
static |
◆ X()
◆ Y()