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

Declarations

tools/polly/lib/External/isl/include/isl/mat.h
   88 __isl_give isl_mat *isl_mat_insert_zero_rows(__isl_take isl_mat *mat,

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 9378   auto res = isl_mat_insert_zero_rows(copy(), row, n);
tools/polly/lib/External/isl/isl_affine_hull.c
 1098 	B = isl_mat_insert_zero_rows(B, 0, 1);
tools/polly/lib/External/isl/isl_local_space.c
 1165 		ls->div = isl_mat_insert_zero_rows(ls->div, first, n);
tools/polly/lib/External/isl/isl_mat.c
 1638 	return isl_mat_insert_zero_rows(mat, mat->n_row, n);
tools/polly/lib/External/isl/isl_scheduler.c
 4760 	eq = isl_mat_insert_zero_rows(eq, 0, 1);