Searched refs:max_dist (Results 1 – 5 of 5) sorted by relevance
590 g->nodes[i].max_dist = XCNEWVEC (int, num_nodes); in create_ddg()592 g->nodes[i].max_dist[j] = -1; in create_ddg()631 free (g->nodes[i].max_dist); in free_ddg()795 int length = src->max_dist[dest->cuid]; in set_recurrence_length()1027 n->max_dist[k] = 0; in create_ddg_all_sccs()1030 n->max_dist[e->dest->cuid] = e->latency; in create_ddg_all_sccs()1044 && g->nodes[i].max_dist[k] >= 0 in create_ddg_all_sccs()1045 && g->nodes[k].max_dist[j] >= 0) in create_ddg_all_sccs()1047 way = g->nodes[i].max_dist[k] + g->nodes[k].max_dist[j]; in create_ddg_all_sccs()1048 if (g->nodes[i].max_dist[j] < way) in create_ddg_all_sccs()[all …]
69 int *max_dist; member
799 * ddg.c (create_ddg): Init max_dist array for each node.800 (free_ddg): Free max_dist array.802 (set_recurrence_length): Use prepared max_dist information instead806 (create_ddg_all_sccs): ...here, after filling all max_dist arrays810 * ddg.h (struct ddg_node): Add max_dist pointer.
310 unsigned int max_dist = infinite_cbranch_distance);
1964 sh_cbranch_distance (rtx_insn* _cbranch_insn, unsigned int max_dist) in sh_cbranch_distance() argument1977 i != NULL && dist < max_dist; i = next_nonnote_insn (i)) in sh_cbranch_distance()