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

  /src/external/mit/isl/dist/
isl_scheduler.h 106 * tagged_condition and tagged_validity contain the union of all tagged
109 * if (i -> a) -> (j -> b) is an element of "tagged_condition"
142 isl_union_map *tagged_condition; member in struct:isl_sched_edge
isl_scheduler.c 528 isl_union_map_free(graph->edge[i].tagged_condition);
1094 if (!edge1->tagged_condition)
1095 edge1->tagged_condition = edge2->tagged_condition;
1097 edge1->tagged_condition =
1098 isl_union_map_union(edge1->tagged_condition,
1099 edge2->tagged_condition);
1111 if (isl_sched_edge_is_condition(edge2) && !edge1->tagged_condition)
1249 * while edge->tagged_condition and edge->tagged_validity contain
1317 graph->edge[graph->n_edge].tagged_condition = NULL
3549 isl_union_map *tagged_condition; local
    [all...]
isl_scheduler_clustering.c 400 tagged = isl_union_map_copy(edge->tagged_condition);

Completed in 49 milliseconds