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

References

tools/polly/lib/External/isl/isl_tab_pip.c
  670 	if (sol->error || !tab)
  673 	if (tab->empty && !sol->add_empty)
  675 	if (sol->context->op->is_empty(sol->context))
  675 	if (sol->context->op->is_empty(sol->context))
  678 	bset = sol_domain(sol);
  681 		sol_push_sol(sol, bset, NULL);
  687 	mat = isl_mat_alloc(tab->mat->ctx, 1 + sol->n_out,
  696 	for (row = 0; row < sol->n_out; ++row) {
  734 		if (sol->max)
  741 	sol_push_sol_mat(sol, bset, mat);
  748 	sol->error = 1;