Home
last modified time | relevance | path

Searched refs:max_dist (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dddg.cc590 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 …]
Dddg.h69 int *max_dist; member
DChangeLog-2019799 * 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 instead
806 (create_ddg_all_sccs): ...here, after filling all max_dist arrays
810 * ddg.h (struct ddg_node): Add max_dist pointer.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh-protos.h310 unsigned int max_dist = infinite_cbranch_distance);
Dsh.cc1964 sh_cbranch_distance (rtx_insn* _cbranch_insn, unsigned int max_dist) in sh_cbranch_distance() argument
1977 i != NULL && dist < max_dist; i = next_nonnote_insn (i)) in sh_cbranch_distance()