reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_ast_codegen.c
  748 	space = isl_basic_set_get_space(bounds);
  752 		bounds = isl_basic_set_copy(bounds);
  752 		bounds = isl_basic_set_copy(bounds);
  753 		bounds = isl_basic_set_drop_constraints_not_involving_dims(
  754 					bounds, isl_dim_set, depth, 1);
  755 		set = isl_set_from_basic_set(bounds);