reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2275 isl_set_copy(prog->scop->context)); 4376 isl_set_copy(prog->scop->context)); 5802 prog->context = isl_set_copy(scop->context);tools/polly/lib/External/ppcg/ppcg.c
174 ctx = isl_set_get_ctx(scop->context); 199 ctx = isl_set_get_ctx(scop->context); 841 isl_set_free(ps->context); 895 ps->context = isl_set_copy(scop->context); 896 ps->context = set_intersect_str(ps->context, options->ctx); 896 ps->context = set_intersect_str(ps->context, options->ctx); 898 isl_space *space = isl_set_get_space(ps->context); 900 ps->context = isl_set_intersect(ps->context, nn); 900 ps->context = isl_set_intersect(ps->context, nn); 914 ps->independence = isl_union_map_empty(isl_set_get_space(ps->context)); 923 if (!ps->context || !ps->domain || !ps->call || !ps->reads ||tools/polly/lib/External/ppcg/print.c
428 build = isl_ast_build_from_context(isl_set_copy(scop->context));