Home
last modified time | relevance | path

Searched refs:param_context (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgraphite-sese-to-poly.cc439 isl_space *space = isl_set_get_space (scop->param_context); in add_param_constraints()
446 scop->param_context = isl_set_coalesce in add_param_constraints()
447 (isl_set_add_constraint (scop->param_context, c)); in add_param_constraints()
449 space = isl_set_get_space (scop->param_context); in add_param_constraints()
455 scop->param_context = isl_set_coalesce in add_param_constraints()
456 (isl_set_add_constraint (scop->param_context, c)); in add_param_constraints()
582 scop->param_context = isl_set_coalesce in pdr_add_data_dimensions()
583 (isl_set_intersect (scop->param_context, valid)); in pdr_add_data_dimensions()
790 scop->param_context = isl_set_intersect (scop->param_context, valid); in add_loop_constraints()
820 scop->param_context = isl_set_intersect (scop->param_context, x); in add_loop_constraints()
[all …]
Dgraphite-poly.cc254 s->param_context = NULL; in new_scop()
276 isl_set_free (scop->param_context); in free_scop()
277 scop->param_context = NULL; in free_scop()
431 if (!scop->param_context) in print_scop_context()
435 print_isl_set (file, scop->param_context); in print_scop_context()
Dgraphite-optimize-isl.cc100 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_domains()
Dgraphite.h392 isl_set *param_context; member
Dgraphite-isl-ast-to-gimple.cc106 isl_set *set = isl_set_params (isl_set_copy (scop->param_context)); in print_schedule_ast()
1329 unsigned nb_parameters = isl_set_dim (scop->param_context, isl_dim_param); in add_parameters_to_ivs_params()
1335 isl_id *tmp_id = isl_set_get_dim_id (scop->param_context, in add_parameters_to_ivs_params()
1348 isl_set *context_isl = isl_set_params (isl_set_copy (scop->param_context)); in generate_isl_context()
Dgraphite-dependences.cc265 isl_space *space = isl_set_get_space (scop->param_context); in scop_get_dependences()
DChangeLog-201513575 to scop->param_context.
13587 (optimize_isl): Renamed scop->context to scop->param_context.
13590 (new_scop): Renamed scop->context to scop->param_context.
13599 (struct scop): Rename context to param_context, ctx to isl_context.