HomeSort by: relevance | last modified time | path
    Searched refs:no_merge (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_scheduler.h 130 * During clustering, an edge may be marked "no_merge" if it should
153 int no_merge; member in struct:isl_sched_edge
isl_scheduler_clustering.c 105 * that is not marked "no_merge" and such that neither of the
129 if (edge->no_merge)
1156 /* Is there any edge marked "no_merge" between two SCCs that are
1181 if (edge->no_merge)
1195 * then mark the edge as "no_merge" such that it will not be
1201 * If there is already a no_merge edge between any pair of such SCCs,
1202 * then simply mark the current edge as no_merge as well.
1205 * Otherwise, try and merge the clusters and mark "edge" as "no_merge"
1226 graph->edge[edge].no_merge = 1;

Completed in 23 milliseconds