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

References

tools/polly/lib/External/isl/isl_scheduler.c
  709 	isl_mat_free(node->indep);
 2288 	isl_mat_free(node->indep);
 2291 	node->indep = isl_mat_transpose(U);
 2293 	node->indep = isl_mat_drop_rows(node->indep, 0, node->rank);
 2293 	node->indep = isl_mat_drop_rows(node->indep, 0, node->rank);
 2294 	node->indep = normalize_independent(node->indep);
 2294 	node->indep = normalize_independent(node->indep);
 2297 	if (!node->indep || !node->vmap || node->rank < 0)
 2900 			trivial = construct_trivial(node->indep);
 4336 	node_sol = isl_mat_vec_product(isl_mat_copy(node->indep), node_sol);