Lines Matching defs:getIslCtx
618 isl::space Space = isl::space(Statement->getIslCtx(), 0, 1);
879 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this);
896 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this);
1198 isl::id Id = isl::id::alloc(getIslCtx(), getBaseName(), this);
1235 isl::ctx ScopStmt::getIslCtx() const { return Parent.getIslCtx(); }
1472 isl::id Id = isl::id::alloc(getIslCtx(), ParameterName,
1499 isl::space Space = isl::space::params_alloc(getIslCtx(), 0);
1636 isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT);
1755 SAI.reset(new ScopArrayInfo(BasePtr, ElementType, getIslCtx(), Sizes, Kind,
1836 isl::space Space = isl::space::params_alloc(getIslCtx(), ParameterIds.size());
2171 isl::ctx Scop::getIslCtx() const { return IslCtx.get(); }
2199 isl_space *EmptySpace = isl_space_params_alloc(getIslCtx().get(), 0);
2216 isl::union_map Accesses = isl::union_map::empty(getIslCtx());