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

References

tools/polly/lib/External/isl/isl_scheduler.c
 1485 	graph->scc = 0;
 1490 			graph->node[g->order[i]].scc = graph->scc;
 1495 		graph->scc++;
 3424 	filters = isl_union_set_list_alloc(ctx, graph->scc);
 3425 	for (i = 0; i < graph->scc; ++i) {
 5175 		if (graph->scc > 1)
 5184 	} else if (trivial && graph->scc > 1) {
 5282 	if (graph->scc < graph->n) {
 5587 		if (graph->scc > 1)
 5760 	c->n = graph->scc;
 5774 		c->scc[i].scc = 1;
 6028 	for (i = 0; i < graph->scc; ++i) {
 6054 	for (i = 0; i < graph->scc; ++i) {
 7048 	for (i = 0; i < graph->scc; ++i) {
 7157 	if (graph->scc == 1)
 7165 	for (i = 0; i < graph->scc; ++i) {
 7264 	if (graph->scc <= 1 || isl_options_get_schedule_whole_component(ctx))
 7299 	if (graph->weak && graph->scc == graph->n) {
 7313 	for (component = 0; component < graph->scc; ++component) {
 7353 	if (graph->scc > 1)