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

References

tools/polly/lib/Analysis/ScopBuilder.cpp
  832       isl_set_universe(isl_space_set_alloc(scop->getIslCtx().get(), 0, LD + 1));
 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
  174   V = valFromAPInt(Ctx.get(), Range.getSignedMin(), true);
  176   V = valFromAPInt(Ctx.get(), Range.getSignedMax(), true);
  188     V = valFromAPInt(Ctx.get(), Range.getLower(), true);
  191     V = valFromAPInt(Ctx.get(), Range.getUpper(), true);
  436         valFromAPInt(Ctx.get(), DimSizeCst->getAPInt(), false);
 1706     isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT);
 2267   isl_space *EmptySpace = isl_space_params_alloc(getIslCtx().get(), 0);
tools/polly/lib/CodeGen/IslAst.cpp
  536   isl_options_set_ast_build_atomic_upper_bound(Ctx.get(), true);
  537   isl_options_set_ast_build_detect_min_max(Ctx.get(), true);
  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),
  209     isl_space *Space = isl_space_set_alloc(Ctx.get(), 1, NumIterators);
  255   v = isl_valFromAPInt(Ctx.get(), Value->getValue(), /* isSigned */ true);
  257   isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators);
  398     isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators);
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
  401           isl_ctx *Ctx = S->getIslCtx().get();
tools/polly/lib/Transform/ZoneAlgo.cpp
  775         UseDomainSpace.get_ctx().get(), nullptr, const_cast<SCEV *>(ScevExpr)));