Home
last modified time | relevance | path

Searched refs:stops_p (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/config/ia64/
HDia64.c6156 static char *stops_p = NULL; variable
6497 stops_p [INSN_UID (insn)] = stop_before_p; in ia64_variable_issue()
6627 if (stops_p != NULL) in ia64_h_i_d_extended()
6631 stops_p = xrecalloc (stops_p, new_clocks_length, clocks_length, 1); in ia64_h_i_d_extended()
8215 && stops_p [INSN_UID (last)]) in final_emit_insn_group_barriers()
8462 stops_p = xcalloc (1, clocks_length); in ia64_reorg()
8533 free (stops_p); in ia64_reorg()
8534 stops_p = NULL; in ia64_reorg()
/NextBSD/contrib/gcc/
HDChangeLog-20069193 * config/ia64/ia64.c (stops_p): Added explicit initialization.
9223 (ia64_reorg): Reset stops_p to NULL after it is freed.
HDChangeLog-200336834 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
36837 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
36842 according `stops_p'.