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

Declarations

tools/polly/include/polly/ScopInfo.h
 2270   isl::set getContext() const;

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 1560                        : isl_set_copy(scop->getContext().get());
 1595         scop->getContext().intersect(isl::manage(AssumptionCtx));
 2832         scop->getContext().get_dim_name(isl::dim::param, i);
 2850   isl::set newContext = scop->getContext().intersect(UserContext);
 3035       MACtx = MACtx.gist_params(scop->getContext());
tools/polly/lib/Analysis/ScopInfo.cpp
  925   isl::set Ctx = Statement->getParent()->getContext();
 1079         StmtDomain.intersect_params(getStatement()->getParent()->getContext());
 1183   isl::set Ctx = Parent.getContext();
 1617   Schedule = Schedule.gist_domain_params(getContext());
 1633   AssumptionContext = AssumptionContext.gist_params(S.getContext());
 1870 std::string Scop::getContextStr() const { return getContext().to_str(); }
 1906 isl::space Scop::getParamSpace() const { return getContext().get_space(); }
 1975   IsFeasible &= !getContext().is_subset(NegativeContext);
 2108   Set = Set.gist_params(getContext());
 2580     isl::set Domain = Stmt.getDomain().intersect_params(getContext());
tools/polly/lib/CodeGen/BlockGenerators.cpp
  565         Stmt.getDomain().intersect_params(Stmt.getParent()->getContext());
  614       !StmtDom.intersect_params(Stmt.getParent()->getContext())
tools/polly/lib/CodeGen/CodeGeneration.cpp
  269     NodeBuilder.addParameters(S.getContext().release());
tools/polly/lib/CodeGen/IslAst.cpp
  372   isl::set Params = S.getContext();
  542     Build = isl_ast_build_from_context(S.getContext().release());
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  870                                      Stmt->getParent()->getContext().release());
  872           SchedDom, Stmt->getParent()->getContext().release());
  889     isl::set Context = S.getContext();
 1230   AccessRange = isl_set_gist_params(AccessRange, S.getContext().release());
tools/polly/lib/Exchange/JSONExporter.cpp
  210   isl::set OldContext = S.getContext();
  507           isl_set_intersect_params(NewAccessDomain, S.getContext().release());
  509                                                      S.getContext().release());
tools/polly/lib/Transform/Simplify.cpp
  180         AccRel = AccRel.intersect_params(S->getContext());
  222       isl::set Domain = Stmt.getDomain().intersect_params(S->getContext());
  413       Domain = Domain.intersect_params(S->getContext());