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

References

tools/polly/lib/External/isl/isl_local_space.c
 1470 	    !isl_local_space_is_named_or_nested(ls, dst_type))
 1476 	if (dst_pos > isl_local_space_dim(ls, dst_type))
 1483 	if (dst_type == isl_dim_div)
 1486 	if (dst_type == src_type && dst_pos == src_pos)
 1488 	if (dst_type == src_type)
 1498 	g_dst_pos = 1 + isl_local_space_offset(ls, dst_type) + dst_pos;
 1499 	if (dst_type > src_type)
 1504 	ls->dim = isl_space_move_dims(ls->dim, dst_type, dst_pos,