Lines Matching refs:getIslCtx
612 isl::space Space = isl::space(Statement->getIslCtx(), 0, 1); in createBasicAccessMap()
873 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess()
890 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess()
1187 isl::id Id = isl::id::alloc(getIslCtx(), getBaseName(), this); in ScopStmt()
1224 isl::ctx ScopStmt::getIslCtx() const { return Parent.getIslCtx(); } in getIslCtx() function in ScopStmt
1461 isl::id Id = isl::id::alloc(getIslCtx(), ParameterName, in createParameterId()
1488 isl::space Space = isl::space::params_alloc(getIslCtx(), 0); in buildContext()
1625 isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT); in Scop()
1746 SAI.reset(new ScopArrayInfo(BasePtr, ElementType, getIslCtx(), Sizes, Kind, in getOrCreateScopArrayInfo()
1829 isl::space Space = isl::space::params_alloc(getIslCtx(), ParameterIds.size()); in getFullParamSpace()
2164 isl::ctx Scop::getIslCtx() const { return IslCtx.get(); } in getIslCtx() function in Scop
2192 isl_space *EmptySpace = isl_space_params_alloc(getIslCtx().get(), 0); in getDomains()
2209 isl::union_map Accesses = isl::union_map::empty(getIslCtx()); in getAccessesOfType()