Searched refs:src_scc (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_schedule.c168 * src_scc and dst_scc are the source and sink SCCs of an edge with
201 int src_scc; member in struct:isl_sched_graph
1433 if (graph->src_scc >= 0)
1452 graph->src_scc = graph->edge[i].src->scc;
2067 * to and including graph->src_scc, while the other part contains the other
2105 int before = node->scc <= graph->src_scc;
2128 if (graph->edge[i].dst->scc <= graph->src_scc)
2130 if (graph->edge[i].src->scc > graph->src_scc)
2139 if (node->scc > graph->src_scc)
2147 graph->src_scc,
[all...]

Completed in 17 milliseconds