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

References

tools/polly/lib/External/isl/isl_coalesce.c
 2036 	k = find_eq(&info[i], STATUS_ADJ_EQ);
 2050 	if (k % 2 == 0)
 2051 		isl_seq_neg(bound->el, info[i].bmap->eq[k / 2], 1 + total);
 2053 		isl_seq_cpy(bound->el, info[i].bmap->eq[k / 2], 1 + total);