Searched refs:clocks_length (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/ia64/ |
| D | ia64.c | 6173 static int clocks_length; variable 6631 stops_p = xrecalloc (stops_p, new_clocks_length, clocks_length, 1); in ia64_h_i_d_extended() 6635 clocks = xrecalloc (clocks, new_clocks_length, clocks_length, in ia64_h_i_d_extended() 6637 add_cycles = xrecalloc (add_cycles, new_clocks_length, clocks_length, in ia64_h_i_d_extended() 6641 clocks_length = new_clocks_length; in ia64_h_i_d_extended() 8054 if (INSN_UID (insn) < clocks_length && add_cycles [INSN_UID (insn)]) in bundling() 8461 clocks_length = get_max_uid () + 1; in ia64_reorg() 8462 stops_p = xcalloc (1, clocks_length); in ia64_reorg() 8465 clocks = xcalloc (clocks_length, sizeof (int)); in ia64_reorg() 8466 add_cycles = xcalloc (clocks_length, sizeof (int)); in ia64_reorg()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2003 | 36834 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
|