reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/ScopInfo.h
 2574   isl::ctx getIslCtx() const;

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  832       isl_set_universe(isl_space_set_alloc(scop->getIslCtx().get(), 0, LD + 1));
 2625   isl::id Id = isl::id::alloc(scop->getIslCtx(), Stmt.getBaseName(), &Stmt);
 2819   isl::set UserContext = isl::set(scop->getIslCtx(), UserContextStr.c_str());
 3412       IslMaxOperationsGuard MaxOpGuard(scop->getIslCtx().get(), OptComputeOut);
 3417     if (isl_ctx_last_error(scop->getIslCtx().get()) == isl_error_quota) {
tools/polly/lib/Analysis/ScopInfo.cpp
  308   isl::space Space(S.getIslCtx(), 1, 0);
  312   isl::id IdPwAff = isl::id::alloc(S.getIslCtx(), param_name, this);
  901   Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this);
  919   Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this);
 1250 isl::ctx ScopStmt::getIslCtx() const { return Parent.getIslCtx(); }
 1522   isl::id Id = isl::id::alloc(getIslCtx(), ParameterName,
 1549   isl::space Space = isl::space::params_alloc(getIslCtx(), 0);
 1706     isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT);
 1828     SAI.reset(new ScopArrayInfo(BasePtr, ElementType, getIslCtx(), Sizes, Kind,
 1913       getIslCtx(), ParameterIds.size() + FortranIDs.size());
 2267   isl_space *EmptySpace = isl_space_params_alloc(getIslCtx().get(), 0);
tools/polly/lib/CodeGen/IslAst.cpp
  535   auto Ctx = S.getIslCtx();
  740   Options = isl_ast_print_options_alloc(S.getIslCtx().get());
  747   isl_printer *P = isl_printer_to_str(S.getIslCtx().get());
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  836       isl_id_to_ast_expr_alloc(Stmt->getParent()->getIslCtx().get(), 0);
tools/polly/lib/Exchange/JSONExporter.cpp
  219       isl::set{S.getIslCtx().get(), JScop.getString("context").getValue()};
  292     isl_map *Map = isl_map_read_from_str(S.getIslCtx().get(),
  399           isl_map_read_from_str(S.getIslCtx().get(), Accesses.str().c_str());
tools/polly/lib/Support/SCEVAffinator.cpp
   84     : S(S), Ctx(S->getIslCtx().get()), SE(*S->getSE()), LI(LI),
tools/polly/lib/Transform/ForwardOpTree.cpp
  916       IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false);
tools/polly/lib/Transform/ScheduleOptimizer.cpp
 1580   isl_ctx *Ctx = S.getIslCtx().get();
tools/polly/lib/Transform/Simplify.cpp
  234           isl::ctx Ctx = S->getIslCtx();
  377               isl::set::universe(isl::space(S->getIslCtx(), 0, 0)
  401           isl_ctx *Ctx = S->getIslCtx().get();