Lines Matching refs:getIslCtx
309 isl::space Space(S.getIslCtx(), 1, 0); in applyAndSetFAD()
313 isl::id IdPwAff = isl::id::alloc(S.getIslCtx(), param_name, this); in applyAndSetFAD()
636 isl::space Space = isl::space(Statement->getIslCtx(), 0, 1); in createBasicAccessMap()
897 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess()
915 Id = isl::id::alloc(Stmt->getParent()->getIslCtx(), IdName, this); in MemoryAccess()
1216 isl::id Id = isl::id::alloc(getIslCtx(), getBaseName(), this); in ScopStmt()
1258 isl::ctx ScopStmt::getIslCtx() const { return Parent.getIslCtx(); } in getIslCtx() function in ScopStmt
1530 isl::id Id = isl::id::alloc(getIslCtx(), ParameterName, in createParameterId()
1557 isl::space Space = isl::space::params_alloc(getIslCtx(), 0); in buildContext()
1724 isl_options_set_on_error(getIslCtx().get(), ISL_ON_ERROR_ABORT); in Scop()
1845 SAI.reset(new ScopArrayInfo(BasePtr, ElementType, getIslCtx(), Sizes, Kind, in getOrCreateScopArrayInfo()
1929 getIslCtx(), ParameterIds.size() + FortranIDs.size()); in getFullParamSpace()
2249 isl::ctx Scop::getIslCtx() const { return IslCtx.get(); } in getIslCtx() function in Scop
2277 isl_space *EmptySpace = isl_space_params_alloc(getIslCtx().get(), 0); in getDomains()