reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7093 struct isl_sched_node *src = edge->src; 7094 struct isl_sched_node *dst = edge->dst; 7099 prox = is_non_empty_proximity(edge); 7104 if (bad_cluster(&c->scc[edge->src->scc]) || 7105 bad_cluster(&c->scc[edge->dst->scc])) 7107 if (c->scc_cluster[edge->dst->scc] == 7108 c->scc_cluster[edge->src->scc]) 7111 hull = isl_map_affine_hull(isl_map_copy(edge->map)); 7129 edge->weight = isl_basic_map_n_equality(hull); 7132 if (edge->weight > graph->max_weight) 7133 graph->max_weight = edge->weight;