reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3335 for (i = 0; i < graph->n_edge; ++i) { 3340 if (!is_condition(&graph->edge[i])) 3342 if (is_local(&graph->edge[i])) 3344 local = is_condition_false(&graph->edge[i]); 3352 umap = isl_union_map_copy(graph->edge[i].tagged_condition); 3356 umap = isl_union_map_copy(graph->edge[i].tagged_condition); 3361 for (i = 0; i < graph->n_edge; ++i) { 3362 if (update_edge(ctx, graph, &graph->edge[i]) < 0) 3362 if (update_edge(ctx, graph, &graph->edge[i]) < 0) 3367 return unconditionalize_adjacent_validity(graph, source, sink);