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
 4376 	sol = init(bmap, dom, !!empty, max);
 4377 	if (!sol)
 4380 	context = sol->context;
 4384 		if (sol->add_empty)
 4385 			sol->add_empty(sol,
 4385 			sol->add_empty(sol,
 4391 		find_solutions_main(sol, tab);
 4393 	if (sol->error)
 4397 	return sol;
 4399 	sol_free(sol);