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

References

tools/polly/lib/External/isl/isl_ast_codegen.c
 4729 		if (g->order[i] == -1)
 4733 		while (g->order[i] != -1) {
 4738 					    g->order + first, i - first,
tools/polly/lib/External/isl/isl_list_templ.c
  544 		if (g->order[i] == -1)
  548 		while (g->order[i] != -1) {
  555 		if (FN(LIST(EL),call_on_scc)(list, g->order + first, i - first,
tools/polly/lib/External/isl/isl_scheduler.c
 1489 		while (g->order[i] != -1) {
 1490 			graph->node[g->order[i]].scc = graph->scc;
 5963 	if (g->order[--i] != -1)
 5967 	for (--i; i >= 0 && g->order[i] != -1; --i) {
 5968 		int scc = graph->node[g->order[i]].scc;
tools/polly/lib/External/isl/isl_tarjan.c
   23 	free(g->order);
   45 	g->order = isl_alloc_array(ctx, int, 2 * len);
   46 	if (len && !g->order)
  103 		g->order[g->op++] = j;
  105 	g->order[g->op++] = -1;
tools/polly/lib/External/isl/isl_transitive_closure.c
 1891 		while (g->order[i] != -1) {
 1893 				    isl_basic_map_copy(map->p[g->order[i]]));
 2779 		while (g->order[i] != -1) {
 2782 					isl_basic_map_copy(list[g->order[i]])));