Searched refs:clocks_length (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c6176 static int clocks_length;
7426 if (INSN_UID (insn) < clocks_length && add_cycles [INSN_UID (insn)])
7819 clocks_length = get_max_uid () + 1;
7820 stops_p = xcalloc (1, clocks_length);
7823 clocks = xcalloc (clocks_length, sizeof (int));
7824 add_cycles = xcalloc (clocks_length, sizeof (int));
6161 static int clocks_length; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c6623 static int clocks_length;
7177 stops_p = (char *) xrecalloc (stops_p, new_clocks_length, clocks_length, 1);
7178 clocks_length = new_clocks_length;
9228 clocks_length = get_max_uid () + 1;
9229 stops_p = XCNEWVEC (char, clocks_length);
6609 static int clocks_length; variable

Completed in 176 milliseconds