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
 3916 	depth = isl_ast_build_get_depth(build);
 3921 	map = isl_map_eliminate(map, isl_dim_out, depth, 1);
 3922 	map = isl_map_insert_dims(map, isl_dim_out, depth + 1, 1);
 3923 	space = isl_space_insert_dims(space, isl_dim_out, depth + 1, 1);
 3926 	c = isl_constraint_set_coefficient_si(c, isl_dim_in, depth, 1);
 3927 	c = isl_constraint_set_coefficient_si(c, isl_dim_out, depth, -1);
 3937 		map_i = isl_map_fix_val(map_i, isl_dim_out, depth + 1,